{
  "name": "@onekeyfe/hd-transport-http",
  "version": "1.1.32",
  "description": "hardware http transport",
  "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",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "bugs": {
    "url": "https://github.com/OneKeyHQ/hardware-js-sdk/issues"
  },
  "dependencies": {
    "@onekeyfe/hd-shared": "1.1.32",
    "@onekeyfe/hd-transport": "1.1.32",
    "axios": "1.15.2",
    "secure-json-parse": "^4.0.0"
  },
  "gitHead": "d0640617adaa6769ae3954b9d618dcd682bef38a"
}
