-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.08 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
{
"name": "ssb-cli",
"version": "1.6.2",
"description": "Friendly command-line interface for Secure Scuttlebutt.",
"keywords": [
"cli",
"muxrpc",
"p2p",
"ssb"
],
"homepage": "https://github.com/fraction/ssb-cli#readme",
"bugs": {
"url": "https://github.com/fraction/ssb-cli/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fraction/ssb-cli.git"
},
"license": "AGPL-3.0",
"author": "Christian Bundy <[email protected]>",
"main": "index.js",
"bin": {
"ssb": "index.js",
"ssb-cli": "index.js"
},
"scripts": {
"fix": "common-good fix",
"test": "common-good && node test.js"
},
"dependencies": {
"debug": "^4.1.1",
"fromentries": "^1.2.0",
"lodash": "^4.17.15",
"pull-stream": "^3.6.14",
"ssb-client": "^4.9.0",
"yargs": "^15.0.2"
},
"devDependencies": {
"common-good": "^1.1.20",
"cspell": "^4.0.55",
"dependency-check": "^4.1.0",
"standard": "^14.3.1",
"tape": "^4.13.0",
"typescript": "^3.8.3"
},
"directories": {
"lib": "lib"
}
}