{
  "name": "expo-privacy-manifest-polyfill-plugin",
  "version": "0.0.2",
  "description": "Config plugin for configuring Apple privacy manifests in SDK49 and below",
  "homepage": "https://docs.expo.dev/guides/apple-privacy/",
  "main": "build/withExpoPrivacyManifestPolyfillPlugin.js",
  "types": "build/withExpoPrivacyManifestPolyfillPlugin.d.ts",
  "sideEffects": false,
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/config-plugins.git",
    "directory": "packages/expo-privacy-manifest-polyfill-plugin"
  },
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module"
  },
  "keywords": [
    "react",
    "expo",
    "config-plugins",
    "prebuild",
    "expo-privacy-manifest-polyfill-plugin",
    "expo-49"
  ],
  "peerDependencies": {
    "expo": "*"
  },
  "devDependencies": {
    "expo-module-scripts": "^3.4.1"
  }
}
