@thorwallet/xchain-bitcoin
Version:
Custom Bitcoin client and utilities used by XChainJS clients
61 lines (60 loc) • 1.62 kB
JSON
{
"name": "@thorwallet/xchain-bitcoin",
"version": "0.1.1-lazy.0",
"description": "Custom Bitcoin client and utilities used by XChainJS clients",
"keywords": [
"XChain",
"Bitcoin"
],
"author": "XChainJS",
"homepage": "https://github.com/xchainjs/xchainjs-lib",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git@github.com:xchainjs/xchainjs-lib.git"
},
"scripts": {
"clean": "rimraf lib/**",
"build": "tsc",
"test": "jest",
"lint": "eslint \"{src,__tests__}/**/*.ts\" --fix --max-warnings 0",
"prepublishOnly": "yarn build",
"postversion": "git push --follow-tags"
},
"devDependencies": {
"@thorwallet/xchain-client": "^0.1.1-lazy.0",
"@thorwallet/xchain-crypto": "^0.1.1-lazy.0",
"@thorwallet/xchain-util": "^0.1.1-lazy.0",
"@types/bitcoinjs-lib": "^5.0.0",
"@types/wif": "^2.0.2",
"axios": "^0.21.1",
"axios-mock-adapter": "^1.20.0"
},
"dependencies": {
"bitcoinjs-lib": "^5.2.0",
"coinselect": "^3.1.12",
"wif": "^2.0.6"
},
"peerDependencies": {
"@thorwallet/xchain-client": "0.0.1-alpha.869+49db531",
"@thorwallet/xchain-crypto": "0.0.1-alpha.869+49db531",
"@thorwallet/xchain-util": "0.0.1-alpha.869+49db531",
"axios": "^0.21.1",
"bitcoinjs-lib": "^5.2.0",
"coinselect": "^3.1.12",
"wif": "^2.0.6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "0dc4d61a742de600168a09b1c3ca521c590a9432"
}