{
  "name": "@react-native-firebase/app",
  "version": "17.1.0",
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
  "description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Storage and more.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "genversion --semi lib/version.js && npm run build:version",
    "build:version": "node ./scripts/genversion-ios && node ./scripts/genversion-android",
    "build:clean": "rimraf android/build && rimraf ios/build",
    "build:plugin": "rimraf plugin/build && tsc --build plugin",
    "lint:plugin": "eslint plugin/src/*",
    "prepare": "npm run build && npm run build:plugin"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/invertase/react-native-firebase/tree/main/packages/app"
  },
  "license": "Apache-2.0",
  "keywords": [
    "react",
    "admob",
    "auth",
    "config",
    "digits",
    "fabric",
    "functions",
    "phone-auth",
    "sms",
    "firestore",
    "cloud-firestore",
    "datastore",
    "remote-config",
    "transactions",
    "react-native",
    "react-native-firebase",
    "firebase",
    "fcm",
    "apn",
    "gcm",
    "analytics",
    "messaging",
    "database",
    "android",
    "ios",
    "crash",
    "firestack",
    "performance",
    "firestore",
    "dynamic-links",
    "crashlytics"
  ],
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "dependencies": {
    "@expo/config-plugins": "^5.0.4",
    "opencollective-postinstall": "^2.0.1",
    "superstruct": "^0.6.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "sdkVersions": {
    "ios": {
      "firebase": "10.5.0",
      "iosTarget": "11.0",
      "macosTarget": "10.13"
    },
    "android": {
      "minSdk": 19,
      "targetSdk": 33,
      "compileSdk": 33,
      "firebase": "31.1.1",
      "firebaseCrashlyticsGradle": "2.9.2",
      "firebasePerfGradle": "1.4.2",
      "gmsGoogleServicesGradle": "4.3.14",
      "playServicesAuth": "20.3.0"
    }
  },
  "gitHead": "635d595389bfb224fc530681627fb2180fea6e26"
}
