{
  "name": "@react-native-firebase/app",
  "version": "24.0.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": "./dist/module/index.js",
  "types": "./dist/typescript/lib/index.d.ts",
  "scripts": {
    "build": "genversion --esm --semi lib/version.ts && 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/*",
    "compile": "bob build",
    "prepare": "npm run build && npm run build:plugin && npm run compile"
  },
  "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"
  ],
  "exports": {
    ".": {
      "source": "./lib/index.ts",
      "types": "./dist/typescript/lib/index.d.ts",
      "default": "./dist/module/index.js"
    },
    "./dist/module/internal": {
      "source": "./lib/internal/index.ts",
      "types": "./dist/typescript/lib/internal/index.d.ts",
      "default": "./dist/module/internal/index.js"
    },
    "./dist/module/internal/*": {
      "source": "./lib/internal/*.ts",
      "types": "./dist/typescript/lib/internal/*.d.ts",
      "default": "./dist/module/internal/*.js"
    },
    "./dist/module/common": {
      "source": "./lib/common/index.ts",
      "types": "./dist/typescript/lib/common/index.d.ts",
      "default": "./dist/module/common/index.js"
    },
    "./dist/module/common/*": {
      "source": "./lib/common/*.ts",
      "types": "./dist/typescript/lib/common/*.d.ts",
      "default": "./dist/module/common/*.js"
    },
    "./app.plugin.js": "./app.plugin.js",
    "./package.json": "./package.json"
  },
  "peerDependencies": {
    "expo": ">=47.0.0",
    "react": "*",
    "react-native": "*"
  },
  "dependencies": {
    "firebase": "12.10.0"
  },
  "devDependencies": {
    "@react-native-async-storage/async-storage": "^2.2.0",
    "expo": "^55.0.5",
    "react-native-builder-bob": "^0.40.17"
  },
  "peerDependenciesMeta": {
    "expo": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "sdkVersions": {
    "ios": {
      "firebase": "12.10.0",
      "iosTarget": "15.0",
      "macosTarget": "10.15",
      "tvosTarget": "15.0"
    },
    "android": {
      "minSdk": 23,
      "targetSdk": 34,
      "compileSdk": 34,
      "firebase": "34.10.0",
      "firebaseCrashlyticsGradle": "3.0.6",
      "firebasePerfGradle": "2.0.2",
      "gmsGoogleServicesGradle": "4.4.4",
      "playServicesAuth": "21.5.0",
      "firebaseAppDistributionGradle": "5.2.1"
    }
  },
  "react-native-builder-bob": {
    "source": "lib",
    "output": "dist",
    "exclude": "**/*.d.ts",
    "targets": [
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "tsc": "../../node_modules/.bin/tsc"
        }
      ]
    ]
  },
  "eslintIgnore": [
    "node_modules/",
    "dist/"
  ],
  "gitHead": "46c48499190be2dc9b9792d39c251db29495a607"
}
