{
  "name": "@ledgerhq/hw-transport-node-hid",
  "version": "5.26.0",
  "description": "Ledger Hardware Wallet Node implementation of the communication layer, using node-hid",
  "keywords": [
    "Ledger",
    "LedgerWallet",
    "hid",
    "node-hid",
    "NanoS",
    "Blue",
    "Hardware Wallet"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/LedgerHQ/ledgerjs"
  },
  "bugs": {
    "url": "https://github.com/LedgerHQ/ledgerjs/issues"
  },
  "homepage": "https://github.com/LedgerHQ/ledgerjs",
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/TransportNodeHid.js",
  "module": "lib-es/TransportNodeHid.js",
  "license": "Apache-2.0",
  "dependencies": {
    "@ledgerhq/devices": "^5.26.0",
    "@ledgerhq/errors": "^5.26.0",
    "@ledgerhq/hw-transport": "^5.26.0",
    "@ledgerhq/hw-transport-node-hid-noevents": "^5.26.0",
    "@ledgerhq/logs": "^5.26.0",
    "lodash": "^4.17.20",
    "node-hid": "1.3.0",
    "usb": "^1.6.3"
  },
  "devDependencies": {
    "flow-bin": "^0.135.0"
  },
  "scripts": {
    "flow": "flow",
    "clean": "bash ../../script/clean.sh",
    "build": "bash ../../script/build.sh",
    "watch": "bash ../../script/watch.sh",
    "doc": "bash ../../script/doc.sh"
  },
  "gitHead": "b3525c28dd094a79f1229c4d60b853fe072982fb"
}
