-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
47 lines (47 loc) · 1.03 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
{
"name": "orbitdb-pinner",
"version": "0.2.0",
"description": "An orbitdb pinning service",
"main": "pinner.js",
"scripts": {
"start": "node pinner.js",
"test": "nyc mocha",
"lint:fix": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jon-Biz/orbitdb-pinner.git"
},
"keywords": [
"ipfs",
"orbitdb",
"distributed",
"computing"
],
"author": "Jonathan El-Bizri",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jon-Biz/orbitdb-pinner/issues"
},
"standard": {
"env": "mocha"
},
"homepage": "https://github.com/Jon-Biz/orbitdb-pinner#readme",
"dependencies": {
"command-line-args": "^5.1.1",
"config": "^3.3.1",
"express": "^4.17.1",
"ipfs": "^0.49.0",
"orbit-db": "^0.25.0"
},
"devDependencies": {
"assert": "^2.0.0",
"ipfs-http-client": "^46.0.0",
"ipfsd-ctl": "^7.0.0",
"mocha": "^8.1.1",
"node-fetch": "^2.6.1",
"nyc": "^15.0.1",
"rimraf": "^3.0.2",
"standard": "^14.3.3"
}
}