{
  "name": "expo-firebase-recaptcha",
  "version": "2.3.1",
  "description": "reCAPTCHA components for Firebase phone authentication",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "sideEffects": false,
  "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-native",
    "expo",
    "recaptcha",
    "firebase-recaptcha",
    "firebase-phone-auth"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-firebase-recaptcha"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.dev/versions/latest/sdk/firebase-recaptcha/",
  "devDependencies": {
    "@testing-library/react": "10.4.3",
    "expo-module-scripts": "^3.0.0"
  },
  "dependencies": {
    "expo-firebase-core": "~6.0.0"
  },
  "peerDependencies": {
    "react-native-webview": "*"
  },
  "peerDependenciesMeta": {
    "react-native-webview": {
      "optional": true
    }
  },
  "gitHead": "eab2b09c735fb0fc2bf734a3f29a6593adba3838"
}
