{
  "name": "@rayabelcode/expo-image-orientation-normalizer",
  "version": "0.9.1",
  "description": "Native ingress normalization for gallery-picked images on React Native / Expo. Decodes via PhotoKit and ImageIO on iOS, BitmapFactory + ExifInterface + Matrix on Android; writes display-oriented JPEG with EXIF Orientation=1.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "sideEffects": false,
  "files": [
    "build",
    "src",
    "ios",
    "android",
    "expo-module.config.json",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "node internal/module_scripts/build.js",
    "clean": "node internal/module_scripts/clean.js",
    "lint": "eslint src/",
    "prepare": "node internal/module_scripts/prepare.js",
    "open:ios": "node internal/module_scripts/open-ios.js",
    "open:android": "node internal/module_scripts/open-android.js"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-modules",
    "exif",
    "orientation",
    "image-picker",
    "heic",
    "jpeg",
    "photokit",
    "imageio",
    "exifinterface",
    "ios",
    "android"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rayabelcode/expo-image-orientation-normalizer.git"
  },
  "bugs": {
    "url": "https://github.com/rayabelcode/expo-image-orientation-normalizer/issues"
  },
  "author": "Ray Abel (https://github.com/rayabelcode)",
  "license": "MIT",
  "homepage": "https://github.com/rayabelcode/expo-image-orientation-normalizer#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {},
  "devDependencies": {
    "eslint": "~9.39.4",
    "eslint-config-universe": "^15.2.0",
    "expo": "^56.0.4",
    "prettier": "^3.8.3",
    "react-native": "0.85.3",
    "typescript": "^5.9.2"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
