{
  "name": "rn-mrz-scanner",
  "version": "2.0.3",
  "description": "A React Native Expo module for scanning MRZ (Machine Readable Zone) from passports and ID cards using the device camera. Supports TD-1 (ID cards) and TD-3 (passports) formats.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "tsc",
    "clean": "rm -rf build"
  },
  "keywords": [
    "react-native",
    "expo",
    "mrz",
    "mrz-scanner",
    "passport",
    "id-card",
    "ocr",
    "machine-readable-zone",
    "document-scanner",
    "vision",
    "mlkit",
    "camera",
    "td1",
    "td3",
    "expo-module"
  ],
  "author": "berkayaslan",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/berkayaslan/rn-mrz-scanner.git"
  },
  "bugs": {
    "url": "https://github.com/berkayaslan/rn-mrz-scanner/issues"
  },
  "homepage": "https://github.com/berkayaslan/rn-mrz-scanner#readme",
  "peerDependencies": {
    "expo": ">=49.0.0",
    "react": ">=18.0.0",
    "react-native": ">=0.72.0"
  },
  "devDependencies": {
    "expo-modules-core": "^2.0.0",
    "typescript": "~5.9.2"
  },
  "files": [
    "build/",
    "ios/",
    "android/src/",
    "android/build.gradle",
    "expo-module.config.json",
    "Package.swift",
    "app.plugin.js",
    "README.md"
  ]
}
