Files
react-native-firebase/packages/database/package.json
@Salakar cd4e3453d9 chore(release): publish [skip-ci]
- @react-native-firebase/admob@6.6.0
 - @react-native-firebase/analytics@6.6.0
 - @react-native-firebase/app-types@6.6.0
 - @react-native-firebase/app@6.6.0
 - @react-native-firebase/auth@6.6.0
 - @react-native-firebase/crashlytics@6.6.0
 - @react-native-firebase/database@6.6.0
 - @react-native-firebase/dynamic-links@6.6.0
 - @react-native-firebase/firestore@6.6.0
 - @react-native-firebase/functions@6.6.0
 - @react-native-firebase/iid@6.6.0
 - @react-native-firebase/in-app-messaging@6.6.0
 - @react-native-firebase/messaging@6.6.0
 - @react-native-firebase/ml-natural-language@6.6.0
 - @react-native-firebase/ml-vision@6.6.0
 - @react-native-firebase/perf@6.6.0
 - @react-native-firebase/remote-config@6.6.0
 - @react-native-firebase/storage@6.6.0
 - @react-native-firebase/template@6.6.0
 - react-native-firebase-tests@6.6.0
2020-04-22 16:15:53 +00:00

35 lines
1.1 KiB
JSON

{
"name": "@react-native-firebase/database",
"version": "6.6.0",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - The Firebase Realtime Database is a cloud-hosted database. Data is stored as JSON and synchronized in realtime to every connected client. React Native Firebase provides native integration with the Android & iOS Firebase SDKs, supporting both realtime data sync and offline capabilities.",
"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/database"
},
"license": "Apache-2.0",
"keywords": [
"react",
"react-native",
"firebase",
"realtime",
"database",
"synchronized",
"realtome database"
],
"peerDependencies": {
"@react-native-firebase/app": "*"
},
"gitHead": "b5bbbef8f0e46a7b979f4e884b9e9b98aaf810f4",
"publishConfig": {
"access": "public"
}
}