-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 731 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 731 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
{
"name": "helia",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@chainsafe/libp2p-noise": "^15.0.0",
"@chainsafe/libp2p-yamux": "^6.0.2",
"@helia/delegated-routing-v1-http-api-client": "^3.0.0",
"@helia/strings": "^3.0.1",
"@helia/unixfs": "^3.0.1",
"@libp2p/circuit-relay-v2": "^1.0.16",
"blockstore-core": "^4.4.0",
"datastore-core": "^9.2.9",
"express": "^4.18.3",
"helia": "^4.0.2",
"libp2p": "^1.2.4",
"libp2p-relay-server": "^0.3.0",
"multer": "^1.4.5-lts.1",
"multiformats": "^13.1.0"
}
}