{
  "name": "expo-text-recognition",
  "version": "0.1.1",
  "description": "Extract text from a image file or a captured image",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module",
    "open:ios": "open -a \"Xcode\" example/ios",
    "open:android": "open -a \"Android Studio\" example/android"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-text-recognition",
    "ExpoTextRecognition"
  ],
  "repository": "https://github.com/vishaljak/expo-text-recognition",
  "bugs": {
    "url": "https://github.com/vishaljak/expo-text-recognition/issues"
  },
  "author": "vishaljak <vishaljakhar60@yahoo.com> (https://github.com/vishaljak)",
  "license": "MIT",
  "homepage": "https://github.com/vishaljak/expo-text-recognition#readme",
  "dependencies": {},
  "devDependencies": {
    "@types/react": "^18.0.25",
    "expo-module-scripts": "^3.4.1",
    "expo-modules-core": "^1.11.9"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
