{
  "name": "@onekeyfe/hd-ble-sdk",
  "version": "1.2.2",
  "author": "OneKey",
  "homepage": "https://github.com/OneKeyHQ/hardware-js-sdk#readme",
  "license": "ISC",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OneKeyHQ/hardware-js-sdk.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "rimraf dist && rollup -c ../../build/rollup.config.js -w",
    "build": "rimraf dist && rollup -c ../../build/rollup.config.js",
    "test": "jest",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "dependencies": {
    "@onekeyfe/hd-core": "1.2.2",
    "@onekeyfe/hd-shared": "1.2.2",
    "@onekeyfe/hd-transport-react-native": "1.2.2"
  },
  "gitHead": "859070892dad35c285433c032e5173c9db332ce7"
}
