forked from shardus/tools-cli-shardus-network
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.33 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
{
"name": "@shardus/network-tool",
"version": "4.4.0",
"description": "Tool for managing a Shardus test network",
"main": "index.js",
"scripts": {
"release": "np --no-tests --no-yarn",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/shardeum/tools-cli-shardus-network"
},
"bin": {
"shardus-network": "./bin/index.js"
},
"author": "Erik Xavier",
"license": "MIT",
"dependencies": {
"caporal": "^1.3.0",
"execa": "^3.2.0",
"inquirer": "^6.3.1",
"lodash": "^4.17.21",
"pm2": "git+https://github.com/theDigg/pm2#count-exit-errors",
"shelljs": "^0.8.5"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"np": "8.0.4",
"standard": "^13.1.0"
},
"overrides": {
"minimist": "1.2.6",
"systeminformation": "5.21.7",
"minimatch": "3.0.5",
"moment": "2.29.4",
"follow-redirects": "1.14.8",
"fast-json-patch": "3.1.1",
"axios": "1.6.1",
"async": "2.6.4 || 3.2.2",
"debug": "4.3.4",
"hosted-git-info": "2.8.9",
"moment-timezone": "0.5.35",
"path-parse": "1.0.7",
"word-wrap": "1.2.4",
"ansi-regex": "3.0.1 || 4.1.1",
"semver": "5.7.2 || 6.3.1 || 7.5.2",
"vm2": "3.9.18",
"http-cache-semantics": "4.1.1",
"got": "11.8.5"
}
}