react-native-keys
Version:
🔐 Make protected .ENVs variables
161 lines (160 loc) • 3.75 kB
JSON
{
"name": "react-native-keys",
"version": "0.7.12",
"description": "🔐 Make protected .ENVs variables",
"main": "./src/index.ts",
"source": "src/index",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"app.plugin.js",
"plugin/build",
"keysAndroid.js",
"keysIOS.js",
"react-native-keys.podspec",
"!lib/typescript/example",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.cxx"
],
"scripts": {
"test": "jest",
"typecheck": "tsc --noEmit",
"lint": "biome check --write",
"prepare": "bob build",
"release": "cd plugin && tsc && cd .. && release-it",
"example": "yarn --cwd example",
"exampleExpo": "yarn --cwd exampleExpo",
"pods": "cd example && pod-install --quiet",
"bootstrap": "yarn example && yarn exampleExpo && yarn && yarn pluginTsc && yarn pods",
"pluginTsc": "cd plugin && tsc",
"pluginTsc-watch": "cd plugin && tsc --watch"
},
"keywords": [
"react-native",
"ios",
"android",
"config",
"environment",
"environment-variables",
"secure",
"env",
"jsi",
"jni",
"keys",
"jni-android",
"jni-ios",
"react-native-dotenv",
"react-native-config",
"dotenv",
"config-var",
"12factor",
"protected",
"undecryptable",
"envs"
],
"repository": "https://github.com/numandev1/react-native-keys",
"author": "numandev1 <muhammadnuman70@gmail.com> (https://github.com/numandev1)",
"license": "MIT",
"bugs": {
"url": "https://github.com/numandev1/react-native-keys/issues"
},
"homepage": "https://github.com/numandev1/react-native-keys#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@biomejs/biome": "2.1.2",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@evilmartians/lefthook": "1.12.2",
"@expo/config-plugins": "10.1.2",
"@release-it/conventional-changelog": "10.0.1",
"@types/jest": "30.0.0",
"@types/normalize-path": "3.0.2",
"@types/react": "~17.0.21",
"@types/react-native": "0.70.0",
"@types/xml2js": "0.4.14",
"del-cli": "6.0.0",
"jest": "30.0.4",
"metro-react-native-babel-preset": "^0.77.0",
"pod-install": "0.3.10",
"react": "18.2.0",
"react-native": "0.72.17",
"react-native-builder-bob": "^0.40.12",
"release-it": "19.0.4",
"turbo": "2.5.5",
"typescript": "5.8.3"
},
"resolutions": {
"@types/react": "17.0.21"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules",
"<rootDir>/lib/"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"engines": {
"node": ">= 16.0.0"
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"dependencies": {
"crypto-js": "^4.2.0",
"fs-extra": "^11.1.1",
"normalize-path": "^3.0.0",
"walk-sync": "^3.0.0",
"xml2js": "^0.6.2"
},
"codegenConfig": {
"name": "RNKeysSpec",
"type": "modules",
"jsSrcsDir": "src/spec"
}
}