-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 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
45
46
47
48
{
"name": "whalesong",
"version": "0.6.1",
"description": "Distributed container registry built on hypercores and IPFS",
"main": "index.js",
"type": "module",
"scripts": {
"test": "standard && WHALESONG_DEBUG_ROUTES=1 TAP_TIMEOUT=60000 tap",
"dev": "DEBUG=* node index.js",
"ipfsid": "IPFS_PATH=~/.whalesong/ipfs ipfs id"
},
"keywords": [
"docker",
"registry",
"hypercore",
"hyperbee",
"ipfs",
"distributed"
],
"author": "Linus Karlsson <[email protected]>",
"engines": {
"node": ">= 15.0.0"
},
"license": "AGPL-3.0-or-later",
"dependencies": {
"@hyperswarm/replicator": "^2.0.2",
"@koa/router": "^10.0.0",
"dat-dns": "^4.1.2",
"debug": "^4.3.1",
"go-ipfs": "^0.9.0",
"hyperbee": "^1.5.3",
"hypercore": "^9.9.1",
"hyperspace": "^3.19.0",
"ipfs-http-client": "^52.0.1",
"ipfsd-ctl": "^10.0.3",
"koa": "^2.13.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"standard": "^16.0.3",
"supertest": "^6.1.3",
"tap": "^15.0.9"
},
"repository": {
"type": "git",
"url": "https://github.com/zozs/whalesong.git"
}
}