-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.3 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.3 KB
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
{
"name": "@bttcnetwork/bttc-cli",
"version": "0.0.4",
"description": "A CLI to setup and manage Bttc validator nodes",
"main": "src/index.js",
"bin": "bin/bttc-cli",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"bttc-cli"
],
"author": "Bittorrent Tech Team <info@tron.network> (https://tron.network)",
"license": "MIT",
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"boxen": "^4.2.0",
"chalk": "^2.4.2",
"commander": "^5.0.0",
"covgen": "^3.1.0",
"esm": "^3.2.18",
"eth-crypto": "^1.8.0",
"ethereumjs-util": "^6.2.0",
"execa": "^1.0.0",
"fs-extra": "^9.0.0",
"ganache-cli": "^6.9.1",
"inquirer": "^6.2.2",
"listr": "^0.14.3",
"moonwalker": "github:atvanguard/moonwalker",
"npm": "^6.14.15",
"nunjucks": "^3.2.1",
"pkg-install": "^0.2.0",
"truffle-privatekey-provider": "^1.3.0",
"web3": "^1.2.6"
},
"files": [
"bin/",
"src/",
"templates/"
],
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}