{
  "name": "@coolwallet/bnb",
  "version": "1.1.4",
  "description": "Binance API for CoolWalletS",
  "main": "lib/index.js",
  "scripts": {
    "build:types": "tsc --emitDeclarationOnly",
    "build:ts": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
    "build": "npm run build:types && npm run build:ts",
    "publish-single": "rm -rf node_modules && npm install && npm run build && npm publish"
  },
  "keywords": [
    "bnb",
    "binance",
    "coolwallets",
    "coolwallet",
    "coolbitx",
    "dex",
    "cryptocurrency",
    "hardwarewallet",
    "sdk"
  ],
  "author": "coolwallet-team",
  "license": "ISC",
  "peerDependencies": {
    "@coolwallet/core": "^1.1.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.0",
    "@babel/core": "^7.7.0",
    "@babel/preset-env": "^7.7.1",
    "@babel/preset-typescript": "^7.7.7",
    "@coolwallet/core": "^1.1.1",
    "@types/bech32": "^1.1.1",
    "@types/big.js": "^4.0.5",
    "@types/bn.js": "^4.11.6",
    "typescript": "^4.5.5"
  },
  "dependencies": {
    "bech32": "^1.1.3",
    "big.js": "^5.2.2",
    "bn.js": "^4.11.8",
    "is_js": "^0.9.0",
    "protocol-buffers-encodings": "^1.1.0",
    "varstruct": "^6.1.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CoolBitX-Technology/coolwallet3-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/CoolBitX-Technology/coolwallet3-sdk/issues"
  }
}
