{
  "name": "@vitaliez/react-native-image-editor-sdk",
  "version": "1.0.17",
  "description": "Advanced image editing SDK for iOS with GPU acceleration, supporting filters, adjustments, layers, and drawing tools",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "clean": "expo-module clean",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "test": "jest",
    "prepare": "tsc -p tsconfig.json",
    "prepublishOnly": "tsc -p tsconfig.json",
    "android": "expo run:android",
    "ios": "expo run:ios"
  },
  "files": [
    "build/",
    "index.ts",
    "src/",
    "ios/*.swift",
    "expo-module.config.json",
    "ImageEditorSDK.podspec",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "react-native",
    "expo",
    "ios",
    "image-editor",
    "image-processing",
    "filters",
    "core-image",
    "metal"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/VitalieZ/react-native-image-editor-sdk.git"
  },
  "author": "Vitalie Z",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/VitalieZ/react-native-image-editor-sdk/issues"
  },
  "homepage": "https://github.com/VitalieZ/react-native-image-editor-sdk#readme",
  "devDependencies": {
    "@types/react": "^19.2.0",
    "expo-module-scripts": "^5.0.8",
    "expo-modules-core": "^3.0.29"
  },
  "peerDependencies": {
    "expo": ">=49",
    "react": ">=18.3.0 || >=19.0.0",
    "react-native": ">=0.73.0"
  },
  "expo-module": {
    "platforms": [
      "ios"
    ],
    "ios": {
      "modules": [
        "ImageEditorModule",
        "ImageEditorUIModule",
        "ImageEditorViewManager"
      ]
    }
  },
  "dependencies": {
    "expo": "~54.0.30",
    "react": "19.1.0",
    "react-native": "0.81.5"
  }
}
