forked from shardus/tools-cli-shardus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1020 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
{
"name": "shardus",
"version": "4.3.0",
"description": "The Shardus command line tool.",
"main": "index.js",
"scripts": {
"release": "np --no-cleanup --no-tests --no-yarn",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint",
"format-check": "prettier --check '**.js'"
},
"repository": {
"type": "git",
"url": "https://github.com/shardeum/tools-cli-shardus"
},
"bin": {
"shardus": "./bin/index.js"
},
"engines": {
"node": "18.19.1"
},
"author": "Shardus",
"license": "ISC",
"dependencies": {
"@shardus/debug-tool": "git+https://github.com/shardeum/tools-shardus-cli-debugger#v1.0.2",
"@shardus/network-tool": "git+https://github.com/shardeum/tools-cli-shardus-network#v4.4.0",
"caporal": "1.4.0",
"shelljs": "0.8.5",
"eslint": "8.43.0"
},
"devDependencies": {
"standard": "13.1.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-security": "1.7.1",
"prettier": "2.7.1",
"np": "8.0.4"
}
}