minigun-sv
Version:
Lightweight Bitcoin Stress Test Tool.
38 lines (37 loc) • 847 B
JSON
{
"name": "minigun-sv",
"version": "0.1.33",
"description": "Lightweight Bitcoin Stress Test Tool.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monkeylord/MiniGun.git"
},
"keywords": [
"bitcoin",
"bsv",
"stress",
"test"
],
"bin": {
"minigun": "./index.js"
},
"author": "Monkeylord",
"license": "MIT",
"bugs": {
"url": "https://github.com/monkeylord/MiniGun/issues"
},
"homepage": "https://github.com/monkeylord/MiniGun#readme",
"dependencies": {
"bitcoin-ibe": "^1.2.2",
"bitcore-p2p-cash": "^1.2.1",
"bsv": "^1.2.0",
"bsv-p2p": "github:deanmlittle/bsv-p2p",
"electrum-client": "0.0.6",
"inquirer": "^6.3.1",
"node-fetch": "^2.3.0"
}
}