-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.11 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "pearboard",
"version": "1.0.4",
"pear": {
"name": "pearboard",
"type": "desktop",
"gui": {
"backgroundColor": "#1F2430",
"height": "720",
"width": "1080"
},
"pre": "pear-electron/pre",
"links": [
"https://*",
"http://*",
"127.0.0.1",
"localhost",
"https://cdnjs"
]
},
"type": "module",
"license": "Apache-2.0",
"scripts": {
"dev": "pear run -d .",
"test": "brittle test/*.test.js",
"lint": "eslint .",
"fix": "eslint . --fix && prettier --write ."
},
"devDependencies": {
"@eslint/js": "^9.35.0",
"brittle": "^3.0.0",
"eslint": "^9.35.0",
"globals": "^16.4.0",
"pear-interface": "^1.0.0",
"prettier": "^3.6.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"autobase": "^7.20.0",
"b4a": "^1.7.2",
"corestore": "^7.4.8",
"crypto": "^1.0.1",
"hyperbee": "^2.26.5",
"hypercore": "^11.16.2",
"hypercore-crypto": "^3.6.1",
"hyperdb": "^4.18.0",
"hyperswarm": "^4.14.0",
"pear-bridge": "^1.2.4",
"pear-electron": "^1.7.24"
}
}