38 lines
815 B
JSON
38 lines
815 B
JSON
{
|
|
"name": "react-native-config",
|
|
"version": "1.3.3",
|
|
"description": "Expose config variables to React Native apps",
|
|
"keywords": [
|
|
"env",
|
|
"config",
|
|
"config-var",
|
|
"react-native",
|
|
"android",
|
|
"ios",
|
|
"12factor"
|
|
],
|
|
"homepage": "https://github.com/luggit/react-native-config",
|
|
"contributors": [
|
|
"Luan Curti <luancurti@gmail.com> (https://github.com/luancurti)"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/luggit/react-native-config"
|
|
},
|
|
"private": false,
|
|
"author": "Pedro Belo",
|
|
"files": [
|
|
"android/",
|
|
"ios/",
|
|
"index.js",
|
|
"index.d.ts",
|
|
"react-native-config.podspec"
|
|
],
|
|
"types": "./index.d.ts",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@semantic-release/git": "^9.0.0",
|
|
"semantic-release": "^17.0.4"
|
|
}
|
|
}
|