mirror of
https://github.com/vacp2p/waku-web-chat.git
synced 2026-05-02 03:00:03 -04:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "bootstrap",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"it-pipe": "^1.1.0",
|
|
"libp2p": "^0.29.0",
|
|
"libp2p-bootstrap": "^0.12.1",
|
|
"libp2p-gossipsub": "^0.6.3",
|
|
"libp2p-kad-dht": "^0.19.5",
|
|
"libp2p-mdns": "^0.15.0",
|
|
"libp2p-mplex": "^0.10.0",
|
|
"libp2p-noise": "^2.0.1",
|
|
"libp2p-secio": "^0.13.1",
|
|
"libp2p-tcp": "^0.15.1",
|
|
"libp2p-webrtc-star": "^0.20.0",
|
|
"libp2p-websockets": "^0.14.0",
|
|
"multiaddr": "^8.0.0",
|
|
"peer-id": "^0.13.12",
|
|
"protons": "^1.2.0",
|
|
"streaming-iterables": "^4.1.2",
|
|
"wrtc": "^0.4.6"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"postinstall": "echo \"Applying patches\"; patch --forward node_modules/libp2p-gossipsub/src/constants.js < ../patches/waku-hack-gossipsub-relay-codec.patch; patch --forward node_modules/libp2p/src/identify/index.js < ../patches/waku-hack-identify-peer-proto-manual.patch"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|