{
  "name": "@react-native-firebase/app",
  "version": "0.3.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 && node ./scripts/genversion-ios",
    "build:clean": "rimraf android/build && rimraf ios/build",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/invertase/react-native-firebase/tree/master/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": {
    "@react-native-firebase/app-types": "0.3.0",
    "opencollective-postinstall": "^2.0.1"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/react-native-firebase"
  },
  "gitHead": "78b4d9cbef3f0e80eb4e5031f395d80e0c30aa24",
  "publishConfig": {
    "access": "public"
  }
}
