bsv-coinselect
Version:
A transaction input selection module for Bitcoin SV (BSV)
53 lines (52 loc) • 1.12 kB
JSON
{
"name": "bsv-coinselect",
"version": "4.2.5",
"description": "A transaction input selection module for Bitcoin SV (BSV)",
"keywords": [
"bitcoin-sv",
"satoshi-vision",
"bsv",
"coinselect",
"coin",
"unspents",
"wallet",
"BIP32",
"management",
"utxo",
"transaction",
"fee",
"optimization",
"optimizing",
"bitcoin"
],
"homepage": "https://github.com/MatterPool/bsv-coinselect",
"bugs": {
"url": "https://github.com/MatterPool/bsv-coinselect/issues"
},
"license": "MIT",
"files": [
"accumulative.js",
"index.js",
"utils.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MatterPool/bsv-coinselect.git"
},
"scripts": {
"coverage": "nyc --check-coverage --branches 100 --functions 100 tape test/*.js",
"standard": "standard",
"test": "npm run standard && npm run unit",
"unit": "tape test/*.js"
},
"devDependencies": {
"nyc": "^15.0.0",
"standard": "*",
"tape": "^4.5.1"
},
"dependencies": {},
"directories": {
"test": "test"
}
}