@react-native-firebase/remote-config
Version:
React Native Firebase - React Native Firebase provides native integration with Remote Config, allowing you to change the appearance and/or functionality of your app without requiring an app update.
96 lines (95 loc) • 2.63 kB
JSON
{
"name": "@react-native-firebase/remote-config",
"version": "26.3.2",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - React Native Firebase provides native integration with Remote Config, allowing you to change the appearance and/or functionality of your app without requiring an app update.",
"main": "./dist/module/index.js",
"types": "./dist/typescript/lib/index.d.ts",
"codegenConfig": {
"name": "RNFBRemoteConfigTurboModules",
"type": "modules",
"jsSrcsDir": "specs",
"includesGeneratedCode": true,
"android": {
"javaPackageName": "io.invertase.firebase.config"
},
"ios": {
"modulesProvider": {
"NativeRNFBTurboConfig": "RNFBConfigModule"
}
}
},
"scripts": {
"build": "genversion --esm --semi lib/version.ts",
"build:clean": "rimraf android/build && rimraf ios/build",
"compile": "bob build",
"prepare": "yarn run build && yarn compile",
"codegen": "yarn android:codegen && yarn ios:codegen",
"android:codegen": "node ../../scripts/codegen-package.mjs remote-config android",
"ios:codegen": "node ../../scripts/codegen-package.mjs remote-config ios"
},
"repository": {
"type": "git",
"url": "https://github.com/invertase/react-native-firebase",
"directory": "packages/remote-config"
},
"license": "Apache-2.0",
"keywords": [
"react",
"react-native",
"firebase",
"config",
"remote",
"remote-config"
],
"peerDependencies": {
"@react-native-firebase/analytics": "26.3.2",
"@react-native-firebase/app": "26.3.2"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"dependencies": {
"react-native-fetch-api": "^3.0.0",
"text-encoding": "^0.7.0",
"web-streams-polyfill": "^4.2.0"
},
"devDependencies": {
"@react-native-firebase/app": "26.3.2",
"@types/text-encoding": "^0.0.40",
"react-native-builder-bob": "^0.41.0",
"typescript": "^6.0.3"
},
"exports": {
".": {
"source": "./lib/index.ts",
"types": "./dist/typescript/lib/index.d.ts",
"default": "./dist/module/index.js"
},
"./package.json": "./package.json"
},
"react-native-builder-bob": {
"source": "lib",
"output": "dist",
"targets": [
[
"module",
{
"esm": true
}
],
[
"typescript",
{
"tsc": "../../node_modules/.bin/tsc"
}
]
]
},
"eslintIgnore": [
"node_modules/",
"dist/"
],
"gitHead": "4ef21d038c5b372e67508265a5c3391a07c91fde"
}