{
  "name": "@keepkey/hdwallet-keepkey",
  "version": "1.53.16",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc --build",
    "build:docs": "typedoc --out docs --target es6 --theme minimal --mode file src",
    "clean": "rm -rf dist node_modules tsconfig.tsbuildinfo",
    "prepublishOnly": "yarn clean && yarn build"
  },
  "dependencies": {
    "@ethereumjs/common": "^2.4.0",
    "@ethereumjs/tx": "^3.3.0",
    "@keepkey/device-protocol": "^7.13.2",
    "@keepkey/hdwallet-core": "1.53.16",
    "@keepkey/proto-tx-builder": "^0.9.1",
    "@metamask/eth-sig-util": "^7.0.0",
    "@shapeshiftoss/bitcoinjs-lib": "5.2.0-shapeshift.2",
    "bignumber.js": "^9.0.1",
    "bnb-javascript-sdk-nobroadcast": "^2.16.14",
    "crypto-js": "^4.0.0",
    "eip55": "^2.1.0",
    "google-protobuf": "^3.15.8",
    "icepick": "^2.4.0",
    "lodash": "^4.17.21",
    "p-lazy": "^3.1.0",
    "semver": "^7.3.8",
    "tiny-secp256k1": "^1.1.6"
  },
  "devDependencies": {
    "@cosmjs/amino": "^0.28.13",
    "@cosmjs/proto-signing": "^0.28.13",
    "@cosmjs/stargate": "^0.28.13",
    "@types/create-hash": "^1.2.2",
    "@types/crypto-js": "^4.0.0",
    "@types/google-protobuf": "^3.15.1",
    "@types/icepick": "^2.3.0",
    "@types/lodash": "^4.14.168",
    "@types/semver": "^6.2.2",
    "@types/tiny-secp256k1": "^1.0.0",
    "typedoc": "^0.20.36"
  },
  "gitHead": "6721e5400b74f1e98bdc17e33e951660a2a81218"
}
