25 lines
623 B
JSON
25 lines
623 B
JSON
{
|
|
"name": "libp2p-circuit-relay-v2",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@chainsafe/libp2p-noise": "^16.1.3",
|
|
"@chainsafe/libp2p-yamux": "^7.0.1",
|
|
"@libp2p/circuit-relay-v2": "^3.2.11",
|
|
"@libp2p/crypto": "^5.1.1",
|
|
"@libp2p/identify": "^3.0.29",
|
|
"@libp2p/kad-dht": "^15.0.2",
|
|
"@libp2p/ping": "^2.0.29",
|
|
"@libp2p/websockets": "^9.2.10",
|
|
"crypto": "^1.0.1",
|
|
"libp2p": "^2.8.5"
|
|
}
|
|
} |