{
  "name": "@koush/webusb",
  "version": "2.2.9",
  "description": "Node.js implementation of the WebUSB Specification",
  "homepage": "https://github.com/thegecko/webusb",
  "author": "Rob Moran <rob@thegecko.org>",
  "license": "MIT",
  "browser": "browser.js",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git://github.com/thegecko/webusb.git"
  },
  "keywords": [
    "web-usb",
    "usb"
  ],
  "scripts": {
    "build": "rm -rf dist && tsc"
  },
  "engines": {
    "node": ">=8.14.0"
  },
  "devDependencies": {
    "rollup": "^1.10.1",
    "rollup-plugin-delete": "^0.2.2",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "rollup-plugin-terser": "^5.1.3",
    "rollup-plugin-tslint": "^0.2.2",
    "rollup-plugin-typescript2": "^0.21.0",
    "tslint": "^5.16.0",
    "tslint-eslint-rules": "^5.4.0",
    "typedoc": "^0.15.0",
    "typescript": "^3.4.5"
  },
  "dependencies": {
    "@types/node": "^8.0.54",
    "@types/usb": "^1.5.1",
    "@types/w3c-web-usb": "^1.0.4",
    "usb": "^1.7.1"
  }
}
