-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.04 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.04 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
{
"name": "alaric",
"main": "index.html",
"description": "P2P app store for the pear apps and rooms.",
"version": "1.0.0",
"payments": {
"price": "100"
},
"pear": {
"name": "alaric",
"type": "desktop",
"gui": {
"backgroundColor": "#1F243045",
"height": "800",
"width": "1040"
},
"args": [
"admin=hello"
],
"links": [
"https://*","http://*","127.0.0.1","localhost"
]
},
"type": "module",
"license": "Apache-2.0",
"scripts": {
"dev": "pear run -d .",
"test": "brittle test/*.test.js"
},
"devDependencies": {
"brittle": "^3.0.0",
"pear-interface": "^1.0.0"
},
"dependencies": {
"@xterm/xterm": "^5.5.0",
"autopass": "^1.0.2",
"b4a": "^1.6.7",
"bare-path": "^3.0.0",
"bare-process": "^4.0.0",
"commander": "^13.1.0",
"corestore": "^6.18.4",
"hypercore": "^10.38.2",
"hypercore-crypto": "^3.4.2",
"hyperswarm": "^4.8.4",
"sweetalert2": "^11.17.2",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
}
}