{
  "name": "@onekeyfe/hd-transport-react-native",
  "version": "1.2.4",
  "homepage": "https://github.com/OneKeyHQ/hardware-js-sdk#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OneKeyHQ/hardware-js-sdk.git"
  },
  "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.4",
    "@onekeyfe/hd-shared": "1.2.4",
    "@onekeyfe/hd-transport": "1.2.4",
    "@onekeyfe/react-native-ble-utils": "0.1.9",
    "react-native-ble-plx": "3.5.1"
  },
  "gitHead": "ce20da42f3af9840b6f7e040cbd299e309c83694"
}
