mirror of
https://github.com/AtHeartEngineer/gossipsub_testing.git
synced 2026-01-09 12:07:54 -05:00
28 lines
649 B
JSON
28 lines
649 B
JSON
{
|
|
"name": "gossipsub_testing",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@chainsafe/libp2p-noise": "^5.0.2",
|
|
"libp2p": "^0.36.2",
|
|
"libp2p-bootstrap": "^0.14.0",
|
|
"libp2p-gossipsub": "^0.13.0",
|
|
"libp2p-mplex": "^1.0.0",
|
|
"libp2p-noise": "^4.0.0",
|
|
"libp2p-tcp": "^0.17.2",
|
|
"libp2p-websockets": "^0.16.2",
|
|
"multiaddr": "^10.0.1",
|
|
"peer-id": "^0.16.0",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
}
|