-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 840 Bytes
/
package.json
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
{
"name": "peardeckterminal",
"version": "1.5.1",
"description": "A P2P file-sharing tool using Hyperswarm",
"main": "index.js",
"bin": {
"peardeckterminal": "./index.js",
"peardeckterminal-help": "./peardeckterminal-help.js"
},
"pear": {
"name": "peardeckterminal",
"type": "terminal"
},
"type": "module",
"license": "Apache-2.0",
"scripts": {
"dev": "pear run -d .",
"test": "brittle test/*.test.js",
"start": "node index.js"
},
"devDependencies": {
"brittle": "^3.0.0",
"pear-interface": "^1.0.0"
},
"dependencies": {
"b4a": "^1.6.7",
"bare-fs": "^4.0.1",
"bare-os": "^3.3.0",
"bare-process": "^4.0.0",
"bare-readline": "^1.0.6",
"bare-tty": "^5.0.1",
"commander": "^12.1.0",
"hypercore-crypto": "^3.4.2",
"hyperswarm": "^4.8.4"
}
}