{
  "name": "binance-core-js",
  "version": "1.2.4",
  "description": "🚀 BinanceCoreJS build a friendly interface of several Binance wallets and that might help developers can instantly power up their Dapps.",
  "main": "index.js",
  "scripts": {
    "release": "npm run build && npm publish",
    "build": "npm run clean && npm run build-js",
    "build-js": "babel lib -d dist && babel main.js -o index.js",
    "clean": "rm -rf index.js && rm -rf dist && rm -rf ./node_modules/binance-core-js",
    "fake-module": "mkdir -p ./node_modules/binance-core-js && cp -R ./index.js ./node_modules/binance-core-js && cp -R ./dist ./node_modules/binance-core-js",
    "start": "nodemon --exec 'npm run build && npm run fake-module && npm run serve-testnet'",
    "mainnet": "nodemon --exec 'npm run build && npm run fake-module && npm run serve-mainnet'",
    "serve-testnet": "HTTPS=true PORT=3003 REACT_APP_ENV=development react-scripts start",
    "serve-mainnet": "HTTPS=true PORT=3003 REACT_APP_ENV=production react-scripts start",
    "test": "npm run build && mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kambria-platform/binance-core-js.git"
  },
  "keywords": [
    "Kambria",
    "BinanceDEX",
    "Wallet"
  ],
  "author": "Tu Phan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kambria-platform/binance-core-js/issues"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.10.5",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.10.4",
    "@babel/preset-env": "^7.10.4",
    "@babel/preset-react": "^7.10.4",
    "@material-ui/core": "^4.11.0",
    "nodemon": "^1.19.4",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-router-dom": "^5.2.0",
    "react-scripts": "^3.4.1"
  },
  "dependencies": {
    "@binance-chain/javascript-sdk": "^4.0.5",
    "@ledgerhq/hw-transport-webusb": "^5.19.1",
    "@walletconnect/qrcode-modal": "^1.0.15",
    "async": "^3.2.0",
    "bech32": "^1.1.4",
    "crypto-js": "^3.3.0",
    "trezor-connect": "^8.1.7"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
