forked from invertase/react-native-firebase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@react-native-firebase/app",
"version": "6.0.0-alpha.8",
"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": ">= 16.6.3",
"react-native": ">= 0.58.1"
},
"dependencies": {
"@react-native-firebase/app-types": "6.0.0-alpha.8",
"@react-native-firebase/common": "6.0.0-alpha.8",
"opencollective-postinstall": "^2.0.1"
},
"rnpm": {
"android": {
"buildPatch": " implementation project(':react-native-firebase')",
"packageImportPath": "import io.invertase.firebase.modules.app.ReactNativeFirebaseAppPackage;",
"packageInstance": "new ReactNativeFirebaseAppPackage()"
}
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/react-native-firebase"
},
"gitHead": "8c81b64c4961d0258eea34be4dee11e928080c4e",
"publishConfig": {
"access": "public"
}
}