-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 937 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
{
"name": "tipsync-poc",
"version": "0.0.1",
"description": "",
"main": "main.js",
"scripts": {
"test": "node main.js",
"clean": "rm -f package-lock.json && rm -rf node_modules/"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ceramicnetwork/streamid": "^1.3.8",
"@chainsafe/libp2p-noise": "^5.0.1",
"@nodeutils/defaults-deep": "^1.1.0",
"dag-jose": "^1.0.0",
"ipfs-core-types": "^0.9.0",
"ipfs-http-client": "^55.0.0",
"it-drain": "^1.0.5",
"it-length-prefixed": "^5.0.2",
"it-pipe": "^1.1.0",
"libp2p": "^0.35.8",
"libp2p-bootstrap": "^0.14.0",
"libp2p-kad-dht": "^0.28.6",
"libp2p-mplex": "^0.10.5",
"libp2p-tcp": "^0.17.2",
"libp2p-webrtc-star": "^0.25.0",
"libp2p-websockets": "^0.16.2",
"multiaddr": "^10.0.1",
"multiformats": "^9.6.4",
"multihashes": "^4.0.3",
"peer-id": "^0.16.0",
"uint8arrays": "^3.0.0"
}
}