{
  "name": "@aleworm/hw-transport-node-hid",
  "version": "6.0.1",
  "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": {
    "@aleworm/node-hid": "^2.1.3",
    "@aleworm/usb": "AbstractFruitFactory/node-usb",
    "@ledgerhq/devices": "^5.51.1",
    "@ledgerhq/errors": "^5.50.0",
    "@ledgerhq/hw-transport": "^5.51.1",
    "@ledgerhq/hw-transport-node-hid-noevents": "^5.51.1",
    "@ledgerhq/logs": "^5.50.0",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "flow-bin": "^0.149.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": "fca2c7ce74fdb88df4d59dca4cc0e668410d66af"
}
