Files
react-native-firebase/packages/app/package.json
Salakar 2b3f108401 v6.0.0-alpha.15
[skip ci]
2019-05-20 22:03:56 +01:00

69 lines
1.8 KiB
JSON

{
"name": "@react-native-firebase/app",
"version": "6.0.0-alpha.15",
"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",
"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": "6.0.0-alpha.15",
"@react-native-firebase/common": "6.0.0-alpha.15",
"opencollective-postinstall": "^2.0.1"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/react-native-firebase"
},
"gitHead": "d5bc14b499d40c3ff8f2250fbb08b76510e7e557",
"publishConfig": {
"access": "public"
}
}