-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 957 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 957 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
33
{
"name": "bytechain-bootstrap",
"version": "1.0.0",
"description": "ByteChain Bootstrap Node",
"homepage": "https://github.com/ByteChain-Labs/ByteChain-Bootstrap#readme",
"bugs": {
"url": "https://github.com/ByteChain-Labs/ByteChain-Bootstrap/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ByteChain-Labs/ByteChain-Bootstrap.git"
},
"license": "Apache-2.0",
"author": "ByteChain-Labs",
"type": "module",
"main": "index.js",
"scripts": {
"start": "tsc & node ./dist/main"
},
"dependencies": {
"@chainsafe/libp2p-noise": "^17.0.0",
"@chainsafe/libp2p-yamux": "^8.0.1",
"@libp2p/gossipsub": "^16.1.1",
"@libp2p/identify": "^4.1.12",
"@libp2p/kad-dht": "^16.4.2",
"@libp2p/mdns": "^12.0.29",
"@libp2p/ping": "^3.1.11",
"@libp2p/tcp": "^11.0.26",
"@libp2p/websockets": "^10.1.19",
"it-length-prefixed-stream": "^3.0.1",
"libp2p": "^3.3.8"
}
}