-
Notifications
You must be signed in to change notification settings - Fork 519
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 881 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 881 Bytes
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
{
"name": "@libp2p/transport-interop-libp2p-main",
"version": "1.0.1",
"type": "module",
"private": true,
"scripts": {
"clean": "aegir clean",
"build": "aegir build --bundle false",
"test": "aegir test",
"lint": "aegir lint",
"dep-check": "aegir dep-check"
},
"devDependencies": {
"@chainsafe/libp2p-noise": "^17.0.0",
"@chainsafe/libp2p-yamux": "^8.0.0",
"@libp2p/circuit-relay-v2": "^4.0.1",
"@libp2p/identify": "^4.0.1",
"@libp2p/interface": "^3.0.0",
"@libp2p/mplex": "^12.0.1",
"@libp2p/ping": "^3.0.1",
"@libp2p/tcp": "^11.0.1",
"@libp2p/tls": "^3.0.1",
"@libp2p/webrtc": "^6.0.1",
"@libp2p/websockets": "^10.0.1",
"@libp2p/webtransport": "^6.0.1",
"@multiformats/multiaddr": "^13.0.1",
"aegir": "^47.0.22",
"libp2p": "^3.0.1",
"p-event": "^7.0.0",
"redis": "^4.7.1"
}
}