syscoinjs-lib
Version:
A transaction creation library interfacing with coin selection for Syscoin.
66 lines (65 loc) • 1.62 kB
JSON
{
"name": "syscoinjs-lib",
"version": "1.0.228",
"description": "A transaction creation library interfacing with coin selection for Syscoin.",
"keywords": [
"coinselect",
"coin",
"unspents",
"wallet",
"BIP32",
"management",
"utxo",
"transaction",
"fee",
"optimization",
"optimizing",
"bitcoin",
"syscoin",
"syscoinjs"
],
"homepage": "https://github.com/syscoin/syscoinjs-lib",
"bugs": {
"url": "https://github.com/syscoin/syscoinjs-lib/issues"
},
"license": "MIT",
"author": "Jagdeep Sidhu",
"files": [
"index.js",
"utils.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/syscoin/syscoinjs-lib.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",
"browserify": "browserify index.js -s syscoinjs -o syscoinjs-lib.browser.js"
},
"devDependencies": {
"browserify": "^17.0.0",
"nyc": "^15.1.0",
"standard": "*",
"tape": "^5.0.1"
},
"dependencies": {
"@trezor/utxo-lib": "^1.0.7",
"axios": "^0.21.1",
"bip84": "^0.2.7",
"bitcoin-ops": "^1.4.1",
"bitcoinjs-lib": "^5.2.0",
"bn.js": "^5.1.3",
"crypto-js": "^4.0.0",
"eth-object": "https://github.com/syscoin/eth-object.git",
"eth-proof": "^2.1.6",
"node-localstorage": "^2.1.6",
"syscointx-js": "^1.0.110",
"trezor-connect": "^8.1.29",
"varuint-bitcoin": "^1.1.2",
"web3": "^1.4.0"
}
}