Files
react-native-firebase/packages/database/package.json
Ilja Daderko b40d44c57e Move commons into /app (#2486)
* stash

* move commons into the app
2019-08-14 13:42:08 +03:00

38 lines
972 B
JSON

{
"name": "@react-native-firebase/database",
"version": "0.2.3",
"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.2.3"
},
"gitHead": "889bf5379c8ce5257b33fb3ad1ac9c905fe26fff",
"publishConfig": {
"access": "public"
}
}