@tradle/spender
Version:
Create simple Bitcoin / Testnet transactions for integration testing with the actual network.
41 lines (40 loc) • 852 B
JSON
{
"name": "@tradle/spender",
"version": "1.2.1",
"description": "Create simple Bitcoin / Testnet transactions for integration testing with the actual network.",
"main": "index.js",
"scripts": {
"style": "standard",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/mvayngrib/spender"
},
"keywords": [
"bitcoin",
"testnet",
"common blockchain",
"blockchain",
"crypto",
"currency",
"crypto",
"cryptography",
"currency",
"transaction",
"simple",
"spend"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mvayngrib/spender/issues"
},
"homepage": "https://github.com/mvayngrib/spender",
"dependencies": {
"@tradle/bitcoinjs-lib": "^1.5.7",
"dezalgo": "^1.0.3"
},
"devDependencies": {
"xtend": "^4.0.1"
}
}