ecash-coinselect
Version:
An unspent transaction output (UTXO) selection module for eCash.
43 lines (42 loc) • 1.12 kB
JSON
{
"name": "ecash-coinselect",
"version": "2.2.1",
"description": "An unspent transaction output (UTXO) selection module for eCash.",
"main": "src/utxo.js",
"scripts": {
"test": "mocha",
"coverage": "nyc mocha",
"junit": "mocha test --reporter mocha-junit-reporter"
},
"keywords": [
"ecash",
"bitcoin",
"utxo",
"unspent",
"transaction",
"output",
"node",
"chronik"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Bitcoin-ABC/bitcoin-abc.git",
"directory": "modules/ecash-coinselect"
},
"bugs": {
"url": "https://github.com/Bitcoin-ABC/bitcoin-abc/issues"
},
"homepage": "https://github.com/Bitcoin-ABC/bitcoin-abc",
"author": "Bitcoin ABC",
"license": "MIT",
"devDependencies": {
"eslint": "^8.44.0",
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.2.0",
"nyc": "^15.1.0"
},
"dependencies": {
"eslint-plugin-header": "^3.1.1",
"mocha-suppress-logs": "^0.3.1"
}
}