UNPKG

@helios-chain-labs/helios-cli

Version:
55 lines (54 loc) 1.48 kB
{ "name": "@helios-chain-labs/helios-cli", "version": "0.0.35", "description": "simple CLI for helios node", "main": "index.js", "bin": { "helios": "./bin/helios" }, "scripts": { "test": "./node_modules/nyc/bin/nyc.js --reporter=lcov --reporter=text-summary ./node_modules/mocha/bin/mocha", "test-silent": "./node_modules/nyc/bin/nyc.js --silent ./node_modules/mocha/bin/mocha", "coverage": "./node_modules/nyc/bin/nyc.js --reporter=text ./node_modules/mocha/bin/mocha", "publish": "npm publish --access public" }, "repository": "https://github.com/helios-network/helios-cli.git", "keywords": [ "helios", "helios-cli", "cli" ], "author": "Guyet Jeremy <jguyet@linepicplus.com>", "license": "MIT", "dependencies": { "@ethersproject/json-wallets": "^5.8.0", "@helios-chain-labs/address-converter": "^0.1.0", "connect-livereload": "^0.6.1", "decimal.js": "^10.5.0", "del": "^6.0.0", "dockerode": "^4.0.7", "ethers": "^6.13.4", "express": "^4.17.1", "fs-extra": "^11.3.0", "JSONStream": "^1.3.5", "livereload": "^0.9.1", "node-ssh": "^13.2.1", "open": "^7.3.0", "ora": "^5.1.0", "readline-sync": "^1.4.10", "tar": "^7.4.3", "yaml": "^2.7.1", "yargs-parser": "~18" }, "devDependencies": { "coveralls": "^3.1.0", "mocha": "^8.2.1", "nyc": "^15.1.0", "tap": "^14.10.8" }, "files": [ "index.js", "bin", "lib" ] }