-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 943 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": "helia_pds",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "vite build && node src/server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@chainsafe/libp2p-noise": "^14.0.0",
"@chainsafe/libp2p-yamux": "^6.0.1",
"@helia/unixfs": "^1.4.3",
"@libp2p/identify": "^1.0.5",
"@libp2p/ping": "^1.0.6",
"@libp2p/websockets": "^8.0.5",
"@multiformats/multiaddr": "^12.1.14",
"blockstore-core": "^4.3.7",
"cors": "^2.8.5",
"datastore-core": "^9.2.5",
"ejs": "^3.1.9",
"express": "^4.18.2",
"glob": "^10.3.10",
"helia": "^2.1.0",
"libp2p": "^1.0.8",
"multiformats": "^12.1.3",
"uint8arrays": "^5.0.0",
"vite": "^5.0.5",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2",
"wnfs": "^0.2.1"
}
}