{
  "name": "natscan",
  "version": "1.1.2",
  "description": "Offline OCR pipeline for React Native/Expo receipt scanning with multilingual support using ML Kit",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:integration": "jest --testPathPattern=integration",
    "test:local": "ts-node scripts/test-pipeline.ts",
    "benchmark": "ts-node scripts/benchmark.ts",
    "dev": "ts-node scripts/test-pipeline.ts",
    "prepare": "npm run build"
  },
  "keywords": [
    "ocr",
    "receipt",
    "scanning",
    "offline",
    "react-native",
    "expo",
    "ml-kit",
    "google-ml-kit",
    "multilingual",
    "chinese",
    "text-recognition"
  ],
  "author": "Cyberport",
  "license": "MIT",
  "dependencies": {
    "@react-native-ml-kit/text-recognition": "^2.0.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.2",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.2"
  },
  "peerDependencies": {
    "react-native": ">=0.81.0",
    "expo": ">=50.0.0"
  },
  "peerDependenciesMeta": {
    "react-native": {
      "optional": true
    },
    "expo": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
