quickapi-sv
Version:
A Quick API for TX Broadcasting.
27 lines (26 loc) • 513 B
JSON
{
"name": "quickapi-sv",
"version": "1.3.1",
"description": "A Quick API for TX Broadcasting.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"BSV",
"broadcast",
"transaction",
"TX"
],
"bin": {
"quickapi": "index.js"
},
"author": "Monkeylord",
"license": "MIT",
"dependencies": {
"bsv": "^1.2.0",
"bsv-p2p": "github:deanmlittle/bsv-p2p",
"commander": "^2.20.0",
"express": "^4.16.4"
}
}