mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-21 16:51:59 -07:00
29 lines
745 B
JSON
29 lines
745 B
JSON
{
|
|
"name": "sendrawtransaction",
|
|
"version": "1.0.0",
|
|
"description": "e2e test - Send two transactions in parallel.",
|
|
"main": "sendrawtransaction.js",
|
|
"scripts": {
|
|
"test": "echo no tests yet",
|
|
"start": "node sendrawtransaction.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Bitcoin-com/bitbox-javascript-sdk.git"
|
|
},
|
|
"keywords": [
|
|
"bitbox",
|
|
"bch",
|
|
"bitcoin",
|
|
"bitcoin cash",
|
|
"bitcoin.com",
|
|
"javascript"
|
|
],
|
|
"author": "Chris Troutner <chris.troutner@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Bitcoin-com/bitbox-javascript-sdk/issues"
|
|
},
|
|
"homepage": "https://github.com/Bitcoin-com/bitbox-javascript-sdk/blob/master/README.md"
|
|
}
|