mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-05-08 02:39:11 +08:00
All packages now peer-depend on an explicit version of the `app` package. BREAKING CHANGE: breaking change to mark new internal versioning requirements.
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "@react-native-firebase/functions",
|
|
"version": "6.8.1",
|
|
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
|
"description": "React Native Firebase - Cloud Functions for Firebase lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests. React Native Firebase supports integration with production and locally emulated Cloud Functions with a simple API interface.\n\n",
|
|
"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/functions"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"react",
|
|
"react-native",
|
|
"firebase",
|
|
"https",
|
|
"callable",
|
|
"functions"
|
|
],
|
|
"peerDependencies": {
|
|
"@react-native-firebase/app": "6.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@react-native-firebase/private-tests-firebase-functions": "^0.0.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|