{
  "name": "@binance-chain/javascript-sdk",
  "version": "3.0.0-alpha.5",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "typings": "typings/index.d.ts",
  "scripts": {
    "test": "cross-env NODE_ENV=test jest",
    "test:ledger": "qunit --require babel-polyfill tests-ledger/tests.js",
    "test:ledger:browser": "./tests-ledger/run-browser-tests.sh",
    "build": "yarn clean && tsc --emitDeclarationOnly && npx babel --extensions '.ts' src -d lib",
    "build:docs": "jsdoc2md --files src/**/*.ts --configure ./jsdoc2md.json > docs/jsdoc.md",
    "prepublishOnly": "npm run build",
    "lint": "eslint --fix src __tests__",
    "clean": "rimraf lib typings",
    "format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,json,md,html,yml}\""
  },
  "dependencies": {
    "@babel/runtime": "^7.8.7",
    "@ledgerhq/hw-transport-u2f": "^5.9.0",
    "@ledgerhq/hw-transport-web-ble": "^5.9.0",
    "@types/bech32": "^1.1.2",
    "@types/big.js": "^4.0.5",
    "@types/bn.js": "^4.11.6",
    "@types/crypto-js": "^3.1.43",
    "@types/elliptic": "^6.4.12",
    "@types/jest": "^25.1.4",
    "@types/ledgerhq__hw-transport": "^4.21.2",
    "@types/lodash": "^4.14.149",
    "@types/node": "^13.9.0",
    "@types/pumpify": "^1.4.1",
    "@types/tiny-secp256k1": "^1.0.0",
    "@types/uuid": "^7.0.0",
    "axios": "^0.19.0",
    "bech32": "^1.1.3",
    "big.js": "^5.2.2",
    "bip32": "^2.0.5",
    "bip39": "^3.0.2",
    "bn.js": "^4.11.8",
    "crypto-browserify": "^3.12.0",
    "crypto-js": "^3.1.9-1",
    "elliptic": "^6.0.0",
    "eslint-utils": "^1.4.2",
    "events": "^3.0.0",
    "is_js": "^0.9.0",
    "lodash": "^4.17.15",
    "ndjson": "^1.5.0",
    "protocol-buffers-encodings": "^1.1.0",
    "pumpify": "^2.0.1",
    "secure-random": "^1.1.2",
    "tiny-secp256k1": "^1.1.3",
    "url": "^0.11.0",
    "uuid": "^3.3.2",
    "websocket-stream": "^5.5.0"
  },
  "optionalDependencies": {
    "@ledgerhq/hw-transport-node-hid": "^5.10.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.7",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-transform-async-to-generator": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.8.3",
    "@babel/preset-env": "^7.8.7",
    "@babel/preset-typescript": "^7.8.3",
    "@types/bech32": "^1.1.2",
    "@types/big.js": "^4.0.5",
    "@types/bn.js": "^4.11.6",
    "@types/crypto-js": "^3.1.43",
    "@types/elliptic": "^6.4.12",
    "@types/jest": "^25.1.4",
    "@types/ledgerhq__hw-transport": "^4.21.2",
    "@types/lodash": "^4.14.149",
    "@types/node": "^13.9.0",
    "@types/pumpify": "^1.4.1",
    "@types/tiny-secp256k1": "^1.0.0",
    "@types/uuid": "^7.0.0",
    "babel-core": "^7.0.0-0",
    "babel-eslint": "^10.0.2",
    "babel-jest": "^23.6.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-latest": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "browserify": "^16.2.3",
    "buffer": "^5.2.1",
    "bufferutil": "^4.0.1",
    "builtin-modules": "^3.1.0",
    "cross-env": "^5.2.0",
    "eslint": "^5.11.1",
    "http-server": "^0.11.1",
    "husky": "^3.0.0",
    "jest": "^25.1.0",
    "jsdoc-babel": "^0.5.0",
    "jsdoc-to-markdown": "^5.0.3",
    "prettier": "^1.19.1",
    "qunit": "^2.9.2",
    "rimraf": "^3.0.2",
    "ts-jest": "^25.2.1",
    "typescript": "^3.8.3",
    "utf-8-validate": "^5.0.2"
  },
  "files": [
    "lib/*",
    "typings/*"
  ],
  "resolutions": {
    "**/**/handlebars": "^4.1.2",
    "**/**/ecstatic": "^3.3.2",
    "**/**/mem": "^4.0.0"
  }
}
