-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1009 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
37
38
{
"name": "archiver-api",
"version": "3.0.2",
"description": "Create a rest API for hypercore-archiver",
"main": "index.js",
"scripts": {
"test": "standard && tape test.js | tap-spec",
"start": "DEBUG=archiver-api node cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joehand/archiver-api.git"
},
"author": "Joe Hand <[email protected]> (https://joeahand.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/joehand/archiver-api/issues"
},
"homepage": "https://github.com/joehand/archiver-api#readme",
"dependencies": {
"debug": "^2.3.3"
},
"devDependencies": {
"appa": "^6.0.0",
"archiver-server": "^2.0.1",
"hypercore-archiver": "^2.3.0",
"hyperdiscovery": "^1.0.1",
"hyperdrive": "^7.12.1",
"memdb": "^1.3.1",
"mkdirp": "^0.5.1",
"nets": "^3.2.0",
"random-access-file": "^1.3.1",
"rimraf": "^2.5.4",
"standard": "^8.6.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
}
}