{
  "name": "usb",
  "description": "Library to access USB devices",
  "license": "MIT",
  "version": "2.5.0",
  "main": "dist/index.js",
  "engines": {
    "node": ">=10.20.0 <11.x || >=12.17.0 <13.0 || >=14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/node-usb/node-usb.git"
  },
  "contributors": [
    {
      "name": "Kevin Mehall",
      "email": "km@kevinmehall.net",
      "url": "http://kevinmehall.net"
    },
    {
      "name": "Tim Ryan",
      "email": "tim@technical.io",
      "url": "http://timryan.org"
    },
    {
      "name": "Rob Moran",
      "email": "github@thegecko.org",
      "url": "https://github.com/thegecko"
    },
    {
      "name": "Christopher Klein"
    }
  ],
  "keywords": [
    "usb",
    "hardware"
  ],
  "scripts": {
    "prepare": "yarn compile",
    "install": "node-gyp-build",
    "rebuild": "node-gyp rebuild",
    "clean": "git clean -dfx",
    "compile": "tsc && yarn lint && yarn docs",
    "lint": "eslint . --ext .ts",
    "watch": "tsc -w --preserveWatchOutput",
    "test": "mocha --require coffeescript/register --grep Module test/*",
    "full-test": "mocha --require coffeescript/register test/*.coffee",
    "valgrind": "coffee -c test/*.coffee; valgrind --leak-check=full --show-possibly-lost=no node --expose-gc --trace-gc node_modules/mocha/bin/_mocha -R spec",
    "docs": "typedoc",
    "prebuild": "prebuildify --napi --strip",
    "prebuild-cross": "prebuildify-cross --napi --strip",
    "prepublishOnly": "prebuildify-ci download",
    "prebuild-download": "prebuildify-ci download"
  },
  "dependencies": {
    "@types/w3c-web-usb": "1.0.6",
    "node-addon-api": "^4.2.0",
    "node-gyp-build": "^4.3.0"
  },
  "devDependencies": {
    "@types/node": "^14.14.41",
    "@typescript-eslint/eslint-plugin": "^4.28.0",
    "@typescript-eslint/parser": "^4.28.0",
    "coffeescript": "^2.5.1",
    "eslint": "^7.29.0",
    "mocha": "^9.1.3",
    "node-gyp": "^7.1.2",
    "prebuildify": "^4.2.1",
    "prebuildify-ci": "^1.0.5",
    "prebuildify-cross": "^4.0.1",
    "typedoc": "^0.22.10",
    "typescript": "~4.2.4"
  },
  "binary": {
    "napi_versions": [
      6
    ]
  }
}
