{
  "name": "@onekeyfe/hd-transport",
  "version": "1.1.29",
  "description": "Transport layer abstractions and utilities for OneKey hardware SDK.",
  "author": "OneKey",
  "homepage": "https://github.com/OneKeyHQ/hardware-js-sdk#readme",
  "license": "ISC",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "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",
    "update:protobuf": "./scripts/protobuf-build.sh"
  },
  "devDependencies": {
    "@types/bytebuffer": "^5.0.42",
    "@types/w3c-web-usb": "^1.0.10",
    "@types/web-bluetooth": "^0.0.21"
  },
  "dependencies": {
    "bytebuffer": "^5.0.1",
    "long": "^4.0.0",
    "protobufjs": "^6.11.2"
  },
  "gitHead": "fb02cb13e741b51de2db7acf402cb27c35feed2d"
}
