{
  "name": "@votingworks/qrdetect",
  "version": "1.0.1",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "dependencies": {
    "@types/bindings": "^1.3.0",
    "bindings": "^1.5.0",
    "node-addon-api": "^2.0.0"
  },
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "prepare": "./prepare.sh"
  },
  "files": [
    "addon",
    "dist",
    "binding.gyp"
  ],
  "gypfile": true,
  "devDependencies": {
    "@types/jest": "^25.2.1",
    "@types/pngjs": "^3.4.2",
    "@typescript-eslint/eslint-plugin": "^2.30.0",
    "@typescript-eslint/parser": "^2.30.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.3",
    "globby": "^11.0.0",
    "jest": "^25.5.1",
    "jpeg-js": "^0.4.0",
    "node-gyp": "^6.1.0",
    "pngjs": "^5.0.0",
    "prettier": "^2.0.5",
    "ts-jest": "^25.4.0",
    "typescript": "^3.8.3"
  }
}