UNPKG

524 BJSONView Raw
1{
2 "name": "skale",
3 "version": "1.1.4",
4 "description": "skale client command",
5 "bin": {
6 "skale": "./skale.js"
7 },
8 "scripts": {
9 "test": "./test.sh"
10 },
11 "keywords": [
12 "skale",
13 "cluster",
14 "big-data"
15 ],
16 "author": "skale team",
17 "license": "Apache-2.0",
18 "repository": "skale-me/skale-cli",
19 "bugs": {
20 "url": "https://github.com/skale-me/skale-cli/issues"
21 },
22 "dependencies": {
23 "ddp": "^0.12.0",
24 "ddp-login": "^1.0.10",
25 "minimist": "^1.2.0",
26 "netrc": "^0.1.4"
27 }
28}