mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-22 09:02:01 -07:00
88 lines
2.7 KiB
JSON
88 lines
2.7 KiB
JSON
{
|
|
"name": "@chris.troutner/bch-js",
|
|
"version": "2.1.7",
|
|
"description": "Bitcoin Cash JavaScript Library based on BITBOX",
|
|
"author": "Chris Troutner <chris.troutner@gmail.com>",
|
|
"contributors": [
|
|
"Gabriel Cardona <gabriel@bitcoin.com>"
|
|
],
|
|
"main": "src/bch-js",
|
|
"scripts": {
|
|
"test": "nyc mocha --timeout 30000 test/unit",
|
|
"test:integration": "mocha --timeout 30000 test/integration",
|
|
"test:integration:testnet": "mocha --timeout 30000 test/integration/testnet",
|
|
"test:integration:local": "RESTURL=http://localhost:3000/v3/ mocha --timeout 30000 test/integration",
|
|
"test:integration:api": "RESTURL=https://api.bchjs.cash/v3/ mocha --timeout 30000 test/integration",
|
|
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
|
"docs": "./node_modules/.bin/apidoc -i src/ -o docs"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/christroutner/bch-js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/christroutner/bch-js.git"
|
|
},
|
|
"dependencies": {
|
|
"apidoc": "^0.17.7",
|
|
"assert": "^2.0.0",
|
|
"axios": "^0.19.0",
|
|
"bc-bip68": "^1.0.5",
|
|
"bch-wallet-bridge.js": "github:web3bch/bch-wallet-bridge.js#master",
|
|
"bchaddrjs-slp": "^0.2.5",
|
|
"bigi": "^1.4.2",
|
|
"bignumber.js": "^9.0.0",
|
|
"bip-schnorr": "^0.3.0",
|
|
"bip21": "Bitcoin-com/bip21",
|
|
"bip32-utils": "Bitcoin-com/bip32-utils#0.13.1",
|
|
"bip38": "^2.0.2",
|
|
"bip39": "^3.0.2",
|
|
"bip66": "^1.1.5",
|
|
"bitcoincash-ops": "christroutner/bitcoincash-ops",
|
|
"bitcoincashjs-lib": "christroutner/bitcoincashjs-lib",
|
|
"bitcoinjs-message": "^2.0.0",
|
|
"bs58": "^4.0.1",
|
|
"buffer": "^5.1.0",
|
|
"cashaddrjs": "^0.3.3",
|
|
"chalk": "^2.3.0",
|
|
"clear": "0.1.0",
|
|
"coininfo": "Bitcoin-com/coininfo",
|
|
"commander": "^3.0.0",
|
|
"cp-file": "^7.0.0",
|
|
"ecurve": "^1.0.6",
|
|
"figlet": "^1.2.0",
|
|
"git-clone": "^0.1.0",
|
|
"ini": "^1.3.5",
|
|
"mkdirp": "^0.5.1",
|
|
"node-cmd": "^3.0.0",
|
|
"node-emoji": "^1.8.1",
|
|
"qrcode": "^1.4.1",
|
|
"randombytes": "^2.0.6",
|
|
"repl.history": "^0.1.4",
|
|
"safe-buffer": "^5.1.2",
|
|
"satoshi-bitcoin": "^1.0.4",
|
|
"socket.io": "^2.1.1",
|
|
"socket.io-client": "^2.1.1",
|
|
"touch": "^3.1.0",
|
|
"wif": "^2.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"coveralls": "^3.0.2",
|
|
"eslint": "5.16.0",
|
|
"eslint-config-prettier": "^6.0.0",
|
|
"eslint-plugin-node": "^9.1.0",
|
|
"eslint-plugin-prettier": "^3.1.0",
|
|
"mocha": "^6.1.4",
|
|
"nock": "^10.0.6",
|
|
"node-mocks-http": "^1.7.0",
|
|
"nyc": "^14.1.0",
|
|
"prettier": "^1.18.2",
|
|
"semantic-release": "^15.13.19",
|
|
"sinon": "^7.3.2"
|
|
},
|
|
"apidoc": {
|
|
"title": "bch-js",
|
|
"url": "bchjs."
|
|
}
|
|
}
|