forked from invertase/react-native-firebase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.44 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.44 KB
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
{
"name": "@react-native-firebase/storage",
"version": "6.0.0-alpha.25",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Cloud Storage for Firebase is a powerful, simple, and cost-effective object storage service built for Google scale.",
"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": "yarn run build"
},
"repository": {
"type": "git",
"url": "https://github.com/invertase/react-native-firebase/tree/master/packages/storage"
},
"license": "Apache-2.0",
"keywords": [
"react",
"react-native",
"firebase",
"images",
"audio",
"video",
"json",
"cloud storage",
"storage",
"upload",
"download"
],
"peerDependencies": {
"@react-native-firebase/app": "*"
},
"dependencies": {
"@react-native-firebase/app-types": "6.0.0-alpha.25",
"@react-native-firebase/common": "6.0.0-alpha.25"
},
"rnpm": {
"android": {
"buildPatch": "implementation project(':@react-native-firebase_storage')",
"packageImportPath": "import io.invertase.firebase.storage.ReactNativeFirebaseStoragePackage;",
"packageInstance": "new ReactNativeFirebaseStoragePackage()"
}
},
"gitHead": "c2bb4fb41200861c831e51231c5fadbb1acf90c9",
"publishConfig": {
"access": "public"
}
}