@react-native-firebase/installations
Version:
React Native Firebase - Installations
33 lines (32 loc) • 877 B
JSON
{
"name": "@react-native-firebase/installations",
"version": "24.1.0",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Installations",
"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/main/packages/installations"
},
"license": "Apache-2.0",
"keywords": [
"react",
"react-native",
"firebase",
"installations"
],
"peerDependencies": {
"@react-native-firebase/app": "24.1.0"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"gitHead": "804a51fd265453f2385adb0ac96a6abf992c0316"
}