UNPKG

syscoinjs-lib

Version:

A transaction creation library interfacing with coin selection for Syscoin.

68 lines (67 loc) 1.65 kB
{ "name": "syscoinjs-lib", "version": "1.0.267", "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", "bip84-replacement.js", "polyfills" ], "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 --fix", "test": "npm run standard && npm run unit", "unit": "tape test/*.js" }, "devDependencies": { "nyc": "^15.1.0", "standard": "*", "tape": "^5.0.1" }, "dependencies": { "@bitcoinerlab/secp256k1": "^1.2.0", "axios": "^0.21.1", "bip32": "^5.0.0-rc.0", "bip39": "^3.1.0", "bs58": "^6.0.0", "bitcoin-ops": "^1.4.1", "bitcoinjs-lib": "^7.0.0-rc.0", "bn.js": "^5.1.3", "eth-object": "https://github.com/syscoin/eth-object.git", "eth-proof": "^2.1.6", "@ethersproject/abi": "^5.8.0", "@ethersproject/keccak256": "^5.8.0", "@ethersproject/providers": "^5.8.0", "ecpair": "^3.0.0-rc.0", "syscointx-js": "^1.0.124", "varuint-bitcoin": "^2.0.0" } }