{
  "name": "@config-plugins/react-native-branch",
  "version": "13.0.2",
  "description": "Config plugin to auto configure react-native-branch on prebuild",
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.dev/versions/latest/sdk/branch/",
  "main": "build/withBranch.js",
  "types": "build/withBranch.d.ts",
  "sideEffects": false,
  "files": [
    "android",
    "app.plugin.js",
    "build",
    "expo-module.config.json",
    "ios"
  ],
  "keywords": [
    "expo",
    "react-native",
    "react-native-branch"
  ],
  "devDependencies": {
    "@expo/config-plugins": "^56",
    "expo-module-scripts": "^56.0.3",
    "jest": "^29"
  },
  "peerDependencies": {
    "expo": ">=56"
  },
  "upstreamPackage": "react-native-branch",
  "dependencies": {
    "glob": "^11.0.3"
  },
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "expo-module": "expo-module"
  }
}