forked from Automattic/cloudup-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 899 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
39
40
41
42
43
44
45
{
"name": "skynet-cli",
"version": "1.0.1",
"description": "skynet upload command-line executable",
"keywords": [
"skynet",
"cli",
"sia",
"upload",
"file",
"files",
"ipfs",
"decentrallized",
"storage"
],
"dependencies": {
"ansi": "~0.3.0",
"commander": "1.3.2",
"debug": "^4.1.1",
"head": "~1.0.0",
"max-component": "~1.0.0",
"mime": "^1.2.11",
"printf": "0.2.2",
"sum-component": "~0.1.1",
"superagent": "^5.2.2"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1"
},
"engines": {
"node": ">=10.16.3"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/vbstreetz/skynet-cli.git"
},
"license": "MIT",
"bin": {
"skynet-cli": "bin/skynet-cli"
}
}