{
  "name": "@blockchain-api/bitcoin-js",
  "version": "1.1.3",
  "description": "Blockchain Api Bitcoin JS",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BlockchainApi-tech/bitcoin.git"
  },
  "author": "Tran Huy Duan <duanthse03268@gmail.com> (https://github.com/DuanTranHuy)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/BlockchainApi-tech/bitcoin/issues"
  },
  "homepage": "https://github.com/BlockchainApi-tech/bitcoin#readme",
  "keywords": [
    "library",
    "blockchain-api",
    "bitcoin",
    "es6"
  ],
  "main": "./dist/tsc/main.js",
  "types": "./dist/tsc/main.d.ts",
  "scripts": {
    "lint": "eslint src/ --ext .js,.jsx,.ts,.tsx",
    "test": "jest",
    "clean": "rm -rf dist build package",
    "ts-node": "ts-node",
    "docs": "typedoc --entryPoints src/main.ts",
    "build": "tsc -p tsconfig.json",
    "build-all": "yarn clean && yarn build"
  },
  "devDependencies": {
    "@types/bitcore-lib": "^0.15.3",
    "@types/jest": "^26.0.21",
    "@types/node": "^15.0.1",
    "@typescript-eslint/eslint-plugin": "^4.19.0",
    "@typescript-eslint/parser": "^4.19.0",
    "esbuild": "^0.11.11",
    "eslint": "^7.22.0",
    "jest": "^26.6.3",
    "ts-jest": "^26.5.4",
    "ts-node": "^9.1.1",
    "typedoc": "^0.22.5",
    "typescript": "^4.2.3"
  },
  "dependencies": {
    "bip39": "^3.0.4",
    "bitcoinjs-lib": "^5.2.0",
    "bitcore-lib": "^8.25.10"
  }
}
