{
  "name": "usb2xxx",
  "version": "1.0.0-alpha.7",
  "description": "Node.js bindings for USB2XXX",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "tsc -p .",
    "prepublishOnly": "rm -rf lib && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xingrz/usb2xxx.git"
  },
  "keywords": [
    "usb2xxx"
  ],
  "author": "XiNGRZ <hi@xingrz.me>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xingrz/usb2xxx/issues"
  },
  "homepage": "https://github.com/xingrz/usb2xxx#readme",
  "dependencies": {
    "@types/ref-array-di": "^1.2.3",
    "@types/ref-napi": "^3.0.4",
    "@types/ref-struct-di": "^1.1.6",
    "@xingrz/ffi-napi": "^4.1.0-alpha.1",
    "ref-array-di": "^1.2.2",
    "ref-napi": "^3.0.3",
    "ref-struct-di": "^1.1.1"
  },
  "devDependencies": {
    "@types/jest": "^27.4.1",
    "@types/node": "^17.0.21",
    "jest": "^27.5.1",
    "ts-jest": "^27.1.3",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.2"
  }
}
