{
  "name": "@votingworks/hmpb-interpreter",
  "version": "5.2.16",
  "description": "Interprets hand-marked paper ballots.",
  "repository": "https://github.com/votingworks/hmpb-interpreter",
  "license": "GPL-3.0",
  "author": "Brian Donovan <brian@voting.works>",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "bin": {
    "hmpb": "bin/hmpb-interpreter.js",
    "hmpb-interpreter": "bin/hmpb-interpreter.js"
  },
  "files": [
    "dist",
    "!*.test.{js,d.ts}",
    "!dist/test"
  ],
  "scripts": {
    "lint": "eslint '{src,test}/**/*.ts'",
    "prepare": "tsc",
    "test": "jest",
    "test:all": "REGRESSION_TESTS=1 jest",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsc --noEmit && lint-staged"
    }
  },
  "lint-staged": {
    "*.+(css|graphql|json|less|md|mdx|sass|scss|yaml|yml)": [
      "prettier --write"
    ],
    "*.+(js|jsx|ts|tsx)": [
      "eslint --quiet --fix"
    ],
    "package.json": [
      "sort-package-json"
    ]
  },
  "dependencies": {
    "@votingworks/ballot-encoder": "^5.0.0",
    "canvas": "^2.6.1",
    "chalk": "^4.1.0",
    "debug": "^4.2.0",
    "jsfeat": "^0.0.8",
    "jsqr": "^1.3.1",
    "node-quirc": "^2.2.1",
    "table": "^6.0.3",
    "uuid": "^8.3.1"
  },
  "devDependencies": {
    "@types/benchmark": "^1.0.33",
    "@types/debug": "^4.1.5",
    "@types/jest": "^26.0.15",
    "@types/jsfeat": "./types/jsfeat",
    "@types/memorystream": "^0.3.0",
    "@types/node": "12.19.3",
    "@types/table": "^6.0.0",
    "@types/tmp": "^0.2.0",
    "@types/uuid": "^8.3.0",
    "@typescript-eslint/eslint-plugin": "^4.6.0",
    "@typescript-eslint/parser": "^4.6.0",
    "benchmark": "^2.1.4",
    "eslint": "^7.12.1",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-no-array-sort-mutation": "../eslint-plugin-no-array-sort-mutation",
    "eslint-plugin-prettier": "^3.1.4",
    "husky": "^4.3.0",
    "jest": "^26.6.0",
    "lint-staged": "^10.4.2",
    "memorystream": "^0.3.1",
    "prettier": "^2.1.2",
    "sort-package-json": "^1.46.1",
    "tmp": "^0.2.1",
    "ts-jest": "^26.4.1",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.5"
  }
}
