Files
react-native-firebase/packages/app/package.json
Salakar 87052cb771 v0.5.2
2019-09-19 13:28:04 +01:00

69 lines
1.8 KiB
JSON

{
"name": "@react-native-firebase/app",
"version": "0.5.2",
"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.5.2",
"opencollective-postinstall": "^2.0.1",
"superstruct": "^0.6.2"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/react-native-firebase"
},
"gitHead": "e078ebb3eb14bc4242c747ec8f2768d783a1f78b",
"publishConfig": {
"access": "public"
}
}