UNPKG

497 BJSONView Raw
1{
2 "name": "skale",
3 "version": "1.0.12",
4 "description": "skale client command",
5 "bin": { "skale": "./skale.js" },
6 "scripts": {
7 "test": "case $(./skale.js -V 2>&1) in (skale-1.*) true;; (*) false;; esac"
8 },
9 "keywords": [
10 "skale",
11 "cluster",
12 "big-data"
13 ],
14 "author": "skale team",
15 "license": "Apache-2.0",
16 "repository": "skale-me/skale-cli",
17 "bugs": { "url" : "https://github.com/skale-me/skale-cli/issues" },
18 "dependencies": {
19 "minimist": "^1.2.0"
20 }
21}