Files
react-native-firebase/packages/storage/package.json
Salakar 39df201d7f v0.4.0
2019-09-14 21:26:28 +01:00

42 lines
1.1 KiB
JSON

{
"name": "@react-native-firebase/storage",
"version": "0.4.0",
"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": "0.4.0"
},
"gitHead": "5b304a4bb5dbf9290db7a48acc477c5db00d73d9",
"publishConfig": {
"access": "public"
}
}