-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
{
"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": {
"@chainsafe/libp2p-noise": "^12.0.1",
"@chainsafe/libp2p-yamux": "^4.0.2",
"@libp2p/bootstrap": "^8.0.0",
"@libp2p/interface-connection-manager": "^3.0.1",
"@libp2p/kad-dht": "^9.3.4",
"@libp2p/mdns": "^8.0.0",
"@libp2p/mplex": "^8.0.3",
"@libp2p/peer-store": "^8.2.1",
"@libp2p/tcp": "^7.0.1",
"@libp2p/websockets": "^6.0.1",
"@nodeutils/defaults-deep": "^1.1.0",
"@types/node": "^18.15.3",
"aggregate-error": "^4.0.1",
"chalk": "^5.2.0",
"find-free-port": "^2.0.0",
"libp2p": "^0.45.3",
"npm": "^6.14.4",
"postinstall-postinstall": "^2.1.0",
"progress": "^2.0.3",
"request": "^2.88.2",
"update": "^0.7.4",
"uuid": "^7.0.2",
"winston": "^3.2.1",
"yargs": "^15.3.1"
},
"devDependencies": {
"@types/ws": "^8.5.4",
"@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"
}
}