-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
64 lines (64 loc) · 1.6 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
62
63
64
{
"name": "@hyperspace/cli",
"type": "module",
"version": "2.0.0",
"description": "A CLI for the hyper:// space network.",
"bin": {
"hyp": "./bin/hyp.js"
},
"scripts": {
"start": "node ./bin/hyp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hypercore-protocol/hypercore-cli.git"
},
"keywords": [
"beaker",
"cli"
],
"author": "Blue Link Labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/hypercore-protocol/hypercore-cli/issues"
},
"engines": {
"node": ">=14.0.0"
},
"homepage": "https://github.com/hypercore-protocol/hypercore-cli#readme",
"dependencies": {
"ansi-diff-stream": "^1.2.1",
"await-lock": "^2.1.0",
"binary-extensions": "^2.1.0",
"bytes": "^3.1.0",
"chalk": "^1.1.3",
"chokidar": "^3.4.3",
"concat-stream": "^2.0.0",
"diff-file-tree": "^2.5.1",
"hyperbeam": "^1.1.1",
"hyperbee": "^1.0.1",
"hyperdrive": "^10.18.0",
"hyperspace": "^3.17.0",
"hyperspace-mirroring-service": "^1.0.0",
"identify-filetype": "^1.0.0",
"mime": "^1.4.0",
"mkdirp": "^1.0.4",
"moment": "^2.17.0",
"p-debounce": "^2.1.0",
"pretty-bytes": "^4.0.2",
"pretty-hash": "^1.0.1",
"progress-string": "^1.2.1",
"pump": "^3.0.0",
"random-words": "^1.1.1",
"range-parser": "^1.2.1",
"speedometer": "^1.1.0",
"subcommand": "^2.1.1",
"textextensions": "^5.12.0",
"through2": "^4.0.2",
"username": "^2.2.2",
"vm2": "^3.9.2",
"wrap-ansi": "^7.0.0",
"yesno": "^0.3.1"
}
}