-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.24 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": "iota-cli-app",
"version": "1.0.8",
"description": "IOTA CLI",
"main": "index.js",
"engines": {
"node": ">=8"
},
"scripts": {
"lint": "node_modules/eslint/bin/eslint.js -c .eslintrc.json index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"cli": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iotaledger/cli-app.git"
},
"keywords": [
"cli",
"iota",
"app",
"wallet"
],
"author": "IOTA Foundation <info@iotatoken.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/iotaledger/cli-app/issues"
},
"preferGlobal": true,
"bin": {
"iota-cli": "index.js"
},
"homepage": "https://github.com/iotaledger/cli-app#readme",
"dependencies": {
"bluebird": "^3.4.7",
"chalk": "^2.3.0",
"eslint": "^3.15.0",
"install": "^0.10.4",
"iota.lib.js": "^0.4.7",
"json5": "^0.5.1",
"left-pad": "^1.1.3",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"node-fetch": "^1.6.3",
"prettyjson": "^1.2.1",
"vorpal": "^1.11.4"
},
"devDependencies": {}
}