UNPKG

eth-mine-when-need

Version:

This will start your Ethereum miner when there are transactions pending or waiting for confirmation

56 lines (55 loc) 1.59 kB
{ "name": "eth-mine-when-need", "version": "1.1.7", "description": "This will start your Ethereum miner when there are transactions pending or waiting for confirmation", "keywords": [ "eth", "ethereum", "mine", "mining", "transaction" ], "homepage": "https://github.com/yxliang01/eth-mine-when-need", "bin": { "eth-mine-when-need": "dist/bin.js", "emwn": "dist/bin.js" }, "files": [ "dist" ], "main": "dist/index.js", "scripts": { "build": "babel src --out-dir dist", "build-publish": "babel src --out-dir dist --minified --compact true --no-comments", "publish-please": "publish-please", "prepublishOnly": "publish-please guard", "prepull": "rimraf dist", "postpull": "npm run build", "postpublish": "git push --tags" }, "preferGlobal": true, "bugs": "https://github.com/yxliang01/eth-mine-when-need/issues", "repository": "https://github.com/yxliang01/eth-mine-when-need.git", "author": "Xiao Liang Yu", "license": "MIT", "devDependencies": { "babel-cli": "^6.18.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-async-to-generator": "^6.22.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.18.0", "publish-please": "^2.2.0", "rimraf": "^2.5.4" }, "dependencies": { "assert": "^1.4.1", "babel-runtime": "^6.23.0", "chalk": "^1.1.3", "colors": "^1.1.2", "defined": "^1.0.0", "es6-promisify": "^5.0.0", "ethereum-go-ipc": "^0.1.5", "figlet": "^1.2.0", "web3": "^0.18.2" } }