-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 986 Bytes
/
package.json
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
34
35
36
{
"name": "orbit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^11.1.0",
"@helia/unixfs": "^3.0.0",
"@libp2p/bootstrap": "^10.0.13",
"@libp2p/identify": "^1.0.12",
"@libp2p/kad-dht": "^12.0.5",
"@libp2p/mdns": "^10.0.13",
"@libp2p/peer-id-factory": "^4.0.5",
"@libp2p/pubsub-peer-discovery": "^10.0.2",
"@libp2p/tcp": "^9.0.13",
"@libp2p/webrtc": "^4.0.17",
"@libp2p/websockets": "^8.0.13",
"@orbitdb/core": "^2.0.1",
"blockstore-fs": "^1.1.9",
"blockstore-level": "^1.1.7",
"datastore-fs": "^9.1.7",
"datastore-level": "^10.1.6",
"helia": "^4.0.0",
"interface-blockstore": "^5.2.9",
"interface-datastore": "^8.2.10",
"libp2p": "^1.2.1",
"libp2p-crypto": "^0.21.2",
"npm": "^10.4.0"
}
}