{
  "name": "react-native-zero-permission-picker",
  "version": "0.1.3",
  "description": "React Native file & media picker with ZERO permissions. Android Photo Picker (API 33+), iOS PHPicker, and SAF fallback. Pick images, videos, PDFs, and documents without storage permissions.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "android",
    "ios",
    "react-native-zero-permission-picker.podspec"
  ],
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "prepare": "npm run build",
    "test": "jest",
    "lint": "eslint src",
    "clean": "rm -rf lib",
    "type-check": "tsc --noEmit"
  },
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-native": "^0.61.0"
  },
  "devDependencies": {
    "@react-native-community/eslint-config": "^3.2.0",
    "@types/jest": "^29.0.0",
    "@types/node": "^18.0.0",
    "@types/react": "^18.0.0",
    "@types/react-native": "^0.71.0",
    "eslint": "^8.0.0",
    "jest": "^29.0.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.0.0"
  },
  "keywords": [
    "react-native",
    "react-native image picker",
    "react-native file picker",
    "react-native document picker",
    "photo picker",
    "media picker",
    "image picker",
    "video picker",
    "document picker",
    "file picker",
    "zero permission",
    "no permissions",
    "android photo picker",
    "android 13 photo picker",
    "storage access framework",
    "SAF",
    "ios phpicker",
    "uidocumentpicker",
    "gallery picker",
    "content uri",
    "typescript",
    "expo",
    "rn module",
    "mobile",
    "file upload",
    "image upload",
    "media upload",
    "privacy",
    "permissionless"
  ],
  "author": {
    "name": "Your Name",
    "email": "your.email@example.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/khokanuzzman/react-native-zero-permission-picker.git"
  },
  "bugs": {
    "url": "https://github.com/khokanuzzman/react-native-zero-permission-picker/issues"
  },
  "homepage": "https://github.com/khokanuzzman/react-native-zero-permission-picker#readme",
  "engines": {
    "node": ">=14.0.0"
  }
}
