forked from TroupeLang/Troupe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.57 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "picomlret",
"version": "1.0.0",
"description": "",
"main": "runtime.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "patch-package",
"postinstall": "patch-package"
},
"author": "",
"license": "ISC",
"dependencies": {
"@nodeutils/defaults-deep": "^1.1.0",
"chalk": "^4.1.0",
"find-free-port": "^2.0.0",
"it-length-prefixed": "^3.0.1",
"it-pipe": "^1.1.0",
"it-pushable": "^1.4.0",
"libp2p": "^0.27.4",
"libp2p-bootstrap": "^0.10.4",
"libp2p-kad-dht": "^0.18.6",
"libp2p-mdns": "^0.13.3",
"libp2p-mplex": "^0.9.5",
"libp2p-secio": "^0.12.4",
"libp2p-spdy": "^0.13.3",
"libp2p-tcp": "^0.14.4",
"libp2p-websocket-star": "^0.10.2",
"libp2p-websockets": "^0.13.6",
"npm": "^6.14.4",
"p-defer": "^3.0.0",
"p-fifo": "^1.0.0",
"peer-id": "^0.13.11",
"peer-info": "^0.17.5",
"postinstall-postinstall": "^2.1.0",
"progress": "^2.0.3",
"pull-pushable": "^2.2.0",
"pull-stream": "^3.6.14",
"request": "^2.88.2",
"socket.io": "^2.3.0",
"streaming-iterables": "^4.1.2",
"update": "^0.7.4",
"uuid": "^7.0.2",
"winston": "^3.2.1",
"yargs": "^15.3.1"
},
"devDependencies": {
"@types/yargs": "^15.0.4",
"patch-package": "^6.5.1",
"postinstall-prepare": "^1.0.1",
"rollup": "^2.3.1",
"rollup-plugin-babel-minify": "^10.0.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0"
}
}