@maticnetwork/matic-cli
Version:
Testing toolkit to setup, manage and operate Polygon networks
66 lines (65 loc) • 1.72 kB
JSON
{
"name": "@maticnetwork/matic-cli",
"version": "0.0.9",
"description": "Testing toolkit to setup, manage and operate Polygon networks",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier:check": "prettier --check './**/*.*' --ignore-unknown",
"prettier:fix": "prettier --write './**/*.*' --ignore-unknown",
"lint:check": "npx eslint './**/**.js'",
"lint:fix": "npx eslint './**/**.js' --fix"
},
"keywords": [
"cli",
"matic-cli",
"express-cli",
"testing-toolkit"
],
"author": "Polygon PoS v1",
"license": "MIT",
"dependencies": {
"@truffle/hdwallet-provider": "^2.1.4",
"aws-sdk": "^2.1252.0",
"big-integer": "^1.6.51",
"boxen": "^7.0.0",
"chalk": "^2.4.2",
"commander": "^5.0.0",
"covgen": "^3.1.0",
"dotenv": "^16.0.3",
"envalid": "^7.3.1",
"esm": "^3.2.18",
"eth-crypto": "^2.4.0",
"ethereumjs-util": "^7.1.5",
"execa": "^1.0.0",
"fs-extra": "^10.1.0",
"ganache": "^7.5.0",
"inquirer": "^6.2.2",
"js-yaml": "^4.1.0",
"listr2": "^4.0.5",
"node-fetch": "^2.6.7",
"nunjucks": "^3.2.1",
"pkg-install": "^1.0.0",
"shelljs": "^0.8.5",
"truffle-privatekey-provider": "^1.5.0",
"web3": "^1.8.2",
"yaml": "^1.10.2"
},
"files": [
"bin/",
"src/",
"templates/"
],
"devDependencies": {
"eslint": "^8.29.0",
"eslint-config-semistandard": "^17.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"prettier": "2.8.1"
}
}