{
  "name": "react-native-guided-camera",
  "version": "2.1.22",
  "description": "A React Native component for agricultural camera guidance with sensor-based motion detection, orientation tracking, and real-time feedback.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "src",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "jest",
    "lint": "eslint src --ext .ts,.tsx",
    "clean": "if exist lib rmdir /s /q lib",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "keywords": [
    "react-native",
    "camera",
    "agriculture",
    "sensors",
    "motion-detection",
    "orientation",
    "guidance",
    "expo"
  ],
  "author": {
    "name": "Jada Mohamed",
    "email": "jadamohameed@gmail.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/xmawe/react-native-guided-camera.git"
  },
  "bugs": {
    "url": "https://github.com/xmawe/react-native-guided-camera/issues"
  },
  "homepage": "https://github.com/xmawe/react-native-guided-camera#readme",
  "peerDependencies": {
    "expo": ">=49.0.0",
    "expo-camera": ">=16.0.0",
    "expo-media-library": ">=17.0.0",
    "expo-sensors": ">=14.0.0",
    "react": ">=16.8.0",
    "react-native": ">=0.70.0",
    "react-native-svg": ">=15.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@types/react": "~19.0.10",
    "@types/react-native": "^0.73.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.57.0",
    "expo": ">=49.0.0",
    "expo-camera": ">=16.0.0",
    "expo-media-library": ">=17.0.0",
    "expo-sensors": ">=14.0.0",
    "jest": "^29.0.0",
    "react": ">=16.8.0",
    "react-native": ">=0.70.0",
    "react-native-svg": ">=15.0.0",
    "typescript": "~5.8.3"
  },
  "private": false
}
