-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 KB
/
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
37
38
39
40
41
42
43
44
{
"name": "mimir-compute",
"version": "1.0.0",
"type": "module",
"description": "",
"scripts": {
"dev": "nodemon ./src/index.js",
"test": "mocha ./tests/test.mjs --exit",
"start": "node ./src/index.js"
},
"author": "Sahil Pohare",
"main": "dist/index.js",
"license": "ISC",
"dependencies": {
"@nullify/libp2p-rpc": "^0.0.1",
"@vercel/ncc": "^0.28.6",
"axios": "^0.21.1",
"ipfs-client": "^0.3.4",
"ipfs-http-client": "^49.0.4",
"isolated-vm": "^4.1.0",
"it-buffer": "^0.1.3",
"it-pipe": "^1.1.0",
"it-to-stream": "^1.0.0",
"libp2p": "^0.31.2",
"libp2p-bootstrap": "^0.12.3",
"libp2p-delegated-content-routing": "^0.10.0",
"libp2p-delegated-peer-routing": "^0.9.0",
"libp2p-gossipsub": "^0.9.0",
"libp2p-kad-dht": "^0.22.0",
"libp2p-mdns": "^0.16.0",
"libp2p-mplex": "^0.10.3",
"libp2p-noise": "^3.0.0",
"libp2p-secio": "^0.9.0",
"libp2p-tcp": "^0.15.4",
"libp2p-websockets": "^0.15.6",
"multiaddr": "^9.0.1",
"yargs": "^17.0.1",
"znode": "^1.1.5"
},
"devDependencies": {
"eslint": "^7.25.0",
"mocha": "^9.0.1"
}
}