{
  "author": {
    "name": "Hans Hübner",
    "email": "hans.huebner@gmail.com",
    "url": "https://github.com/hanshuebner"
  },
  "bin": {
    "hid-showdevices": "src/show-devices.js"
  },
  "binary": {
    "napi_versions": [
      3
    ]
  },
  "dependencies": {
    "bindings": "^1.5.0",
    "node-addon-api": "^3.0.2",
    "prebuild-install": "^6.0.0"
  },
  "description": "USB HID device access library",
  "devDependencies": {
    "prebuild": "^10.0.1",
    "rimraf": "^2.6.2"
  },
  "engines": {
    "node": ">=10"
  },
  "gypfile": true,
  "homepage": "https://github.com/node-hid/node-hid#readme",
  "license": "(MIT OR X11)",
  "main": "./nodehid.js",
  "name": "node-hid",
  "repository": {
    "type": "git",
    "url": "git://github.com/node-hid/node-hid.git"
  },
  "version": "2.1.1"
}