mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-04 22:56:45 +08:00
39 lines
1018 B
JSON
39 lines
1018 B
JSON
{
|
|
"name": "@react-native-firebase/database",
|
|
"version": "0.1.5",
|
|
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
|
"description": "React Native Firebase - Realtime Database",
|
|
"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": "*"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-firebase/app-types": "0.1.5",
|
|
"@react-native-firebase/common": "0.1.5"
|
|
},
|
|
"gitHead": "d1899a39770b1312cc80a4f36ab500caf6423ea6",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|