{
  "name": "mrz",
  "version": "5.0.2",
  "license": "MIT",
  "description": "Parse MRZ (Machine Readable Zone) from identity documents",
  "author": "Luc Patiny <luc@patiny.com>",
  "keywords": [
    "mrz",
    "machine",
    "readable",
    "zone",
    "identity",
    "documents",
    "card",
    "passport"
  ],
  "type": "module",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "build": "npm run tsc && cheminfo-build",
    "buildStates": "node builder/createStatesJs.js",
    "check-types": "tsc --noEmit",
    "clean": "rimraf coverage dist lib",
    "eslint": "eslint .",
    "eslint-fix": "eslint . --fix",
    "prepack": "npm run tsc",
    "prettier": "prettier --check .",
    "prettier-write": "prettier --write .",
    "test": "npm run test-only && npm run check-types && npm run eslint && npm run prettier",
    "test-only": "vitest run --coverage",
    "tsc": "npm run clean && npm run tsc-build",
    "tsc-build": "tsc --project tsconfig.build.json"
  },
  "devDependencies": {
    "@types/node": "^24.10.1",
    "@vitest/coverage-v8": "^4.0.12",
    "@zakodium/tsconfig": "^1.0.2",
    "cheminfo-build": "^1.3.1",
    "eslint": "^9.39.1",
    "eslint-config-cheminfo-typescript": "^21.0.1",
    "prettier": "^3.6.2",
    "rimraf": "^6.1.2",
    "typescript": "^5.9.3",
    "vitest": "^4.0.12"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cheminfo/mrz.git"
  },
  "bugs": {
    "url": "https://github.com/cheminfo/mrz/issues"
  },
  "homepage": "https://github.com/cheminfo/mrz#readme"
}
