react-native-config
Version:
Expose config variables to React Native apps
78 lines (77 loc) • 1.78 kB
JSON
{
"name": "react-native-config",
"version": "1.6.1",
"description": "Expose config variables to React Native apps",
"keywords": [
"env",
"config",
"config-var",
"react-native",
"android",
"ios",
"windows",
"12factor"
],
"homepage": "https://github.com/luggit/react-native-config",
"contributors": [
"Luan Curti <luancurti@gmail.com> (https://github.com/luancurti)",
"Amer Lotfi Orimi <amerllica@gmail.com> (https://github.com/amerllica)"
],
"repository": {
"type": "git",
"url": "https://github.com/luggit/react-native-config"
},
"private": false,
"author": "Pedro Belo",
"files": [
"android/",
"ios/",
"windows/",
"codegen/",
"index.js",
"index.d.ts",
"react-native-config.podspec",
"!.*ignore"
],
"types": "./index.d.ts",
"license": "MIT",
"devDependencies": {
"@react-native-community/cli": "^20.0.2",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"react-native": "^0.79.6",
"react-native-windows": "^0.79.4"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-windows": ">=0.61"
},
"peerDependenciesMeta": {
"react-native-windows": {
"optional": true
}
},
"codegenConfig": {
"name": "RNCConfigSpec",
"type": "modules",
"jsSrcsDir": "./codegen",
"android": {
"javaPackageName": "com.lugg.RNCConfig"
},
"ios": {
"modules": {
"RNCConfig": {
"className": "RNCConfigModule",
"unstableRequiresMainQueueSetup": true
}
}
},
"windows": {
"namespace": "RNCConfigCodegen",
"outputDirectory": "./windows/codegen",
"separateDataTypes": true
}
}
}