{
  "name": "react-native-webp-format",
  "version": "1.3.1",
  "keywords": [
    "react",
    "react-native",
    "ios",
    "android",
    "webp"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Aleksefo/react-native-webp-format.git"
  },
  "description": "WebP integration for React Native apps",
  "homepage": "https://github.com/Aleksefo/react-native-webp-format#readme",
  "bugs": {
    "url": "https://github.com/Aleksefo/react-native-webp-format/issues"
  },
  "author": {
    "name": "Alex Fomushkin"
  },
  "license": "MIT",
  "main": "app.plugin.js",
  "files": [
    "app.plugin.js",
    "ios",
    "ReactNativeWebPFormat.podspec"
  ],
  "peerDependencies": {
    "@expo/config-plugins": ">=7.0.0"
  },
  "devDependencies": {
    "@expo/config-plugins": "^55.0.7"
  },
  "codegenConfig": {
    "name": "ReactNativeWebPFormatSpec",
    "type": "modules",
    "jsSrcsDir": ".",
    "ios": {
      "modulesConformingToProtocol": {
        "RCTImageDataDecoder": [
          "WebPImageDataDecoder"
        ]
      }
    }
  }
}
