-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (47 loc) · 1 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
{
"name": "@yggdrash/cli",
"version": "0.4.5",
"description": "Command line interface for YGGDRASH",
"preferGlobal": true,
"bin": {
"ygg": "./bin/ygg.js"
},
"scripts": {
"test": "mocha",
"test:watch": "mocha --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/yggdrash/yggdrash-cli.git"
},
"keywords": [
"yggdrash",
"cli",
"commander"
],
"author": "YGGDRASH Dev team",
"license": "MIT",
"bugs": {
"url": "https://github.com/yggdrash/yggdrash-cli/issues"
},
"homepage": "https://developers.yggdrash.io",
"dependencies": {
"@yggdrash/sdk": "^0.5.1",
"bip39": "^2.5.0",
"chalk": "^2.4.1",
"child_process": "^1.0.2",
"commander": "^2.16.0",
"home-path": "^1.0.6",
"inquirer": "^6.2.0",
"lowdb": "^1.0.0",
"mkdirp": "^0.5.1",
"path": "^0.12.7",
"safe-buffer": "^5.1.2",
"utf8": "^3.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0",
"webpack": "^4.26.0"
}
}