-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
61 lines (61 loc) · 1.23 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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "orbit-db-cli",
"version": "0.0.16",
"description": "CLI for OrbitDB",
"author": "Haad",
"contributors": [
"haadcode",
"prabodhmeshram",
"RichardLitt",
"dset0x",
"adam-palazzo",
"haydenyoung"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/orbitdb/orbit-db-cli"
},
"bugs": "https://github.com/orbitdb/orbit-db-cli/issues",
"homepage": "https://github.com/orbitdb/orbit-db-cli",
"bin": {
"orbitdb": "./src/bin.js"
},
"keywords": [
"p2p",
"orbit-db",
"orbitdb",
"cli",
"ipfs",
"peer-to-peer",
"distributed",
"database"
],
"main": "src/bin.js",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"ipfs": "~0.34.4",
"logplease": "~1.2.14",
"orbit-db": "0.20.0",
"p-map-series": "~1.0.0",
"p-whilst": "~1.0.0",
"pipe-args": "^1.3.0",
"progress-string": "~1.2.2",
"yargs": "~11.0.0"
},
"devDependencies": {
"mocha": "~4.0.1",
"multihashes": "~0.4.5",
"rimraf": "~2.6.1"
},
"scripts": {
"test": "IPFS_PATH=/tmp/orbit-db-cli-tests mocha"
},
"localMaintainers": [
"haad <haad@haja.io>",
"shamb0t <shams@haja.io>",
"hajamark <mark@haja.io>"
]
}