UNPKG

@andylu1988/matic-cli

Version:

A CLI to setup and manage Matic validator nodes

52 lines (51 loc) 1.26 kB
{ "name": "@andylu1988/matic-cli", "version": "0.1.9", "description": "A CLI to setup and manage Matic validator nodes", "main": "src/index.js", "bin": "bin/matic-cli", "publishConfig": { "access": "public" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "cli", "matic-cli" ], "author": "Matic Tech Team <info@matic.network> (https://matic.network)", "license": "MIT", "dependencies": { "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", "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" } }