{
  "dependencies": {
    "node-hid": "catalog:",
    "purify-ts": "catalog:",
    "usb": "catalog:",
    "uuid": "catalog:"
  },
  "devDependencies": {
    "@ledgerhq/device-management-kit": "workspace:*",
    "@ledgerhq/eslint-config-dsdk": "workspace:*",
    "@ledgerhq/ldmk-tool": "workspace:^",
    "@ledgerhq/prettier-config-dsdk": "workspace:*",
    "@ledgerhq/tsconfig-dsdk": "workspace:*",
    "@ledgerhq/vitest-config-dmk": "workspace:*",
    "@types/uuid": "catalog:",
    "@types/w3c-web-hid": "catalog:",
    "rxjs": "catalog:",
    "ts-node": "catalog:"
  },
  "exports": {
    ".": {
      "import": "./lib/cjs/index.js",
      "require": "./lib/cjs/index.js",
      "types": "./lib/types/index.d.ts"
    }
  },
  "files": [
    "./lib",
    "package.json"
  ],
  "license": "Apache-2.0",
  "name": "@ledgerhq/device-transport-kit-node-hid",
  "peerDependencies": {
    "@ledgerhq/device-management-kit": "^1.2.0",
    "rxjs": "catalog:"
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/LedgerHQ/device-sdk-ts.git"
  },
  "scripts": {
    "build": "pnpm ldmk-tool build --entryPoints src/index.ts,src/**/*.ts --tsconfig tsconfig.prod.json --platform node",
    "dev": "concurrently \"pnpm watch:builds\" \"pnpm watch:types\"",
    "lint": "eslint",
    "lint:fix": "pnpm lint --fix",
    "postpack": "find . -name '*.tgz' -exec cp {} ../../../dist/ \\; ",
    "prebuild": "rimraf lib",
    "prettier": "prettier . --check",
    "prettier:fix": "prettier . --write",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "watch:builds": "pnpm ldmk-tool watch --entryPoints src/index.ts,src/**/*.ts --tsconfig tsconfig.prod.json --platform node",
    "watch:types": "concurrently \"tsc --watch -p tsconfig.prod.json\" \"tsc-alias --watch -p tsconfig.prod.json\""
  },
  "version": "1.0.1"
}
