react-native-safe-ota
Version:
Safe OTA update manager for React Native apps using TurboModules/NitroModules
64 lines (63 loc) • 1.44 kB
JSON
{
"name": "react-native-safe-ota",
"version": "0.1.0-meta16",
"description": "Safe OTA update manager for React Native apps using TurboModules/NitroModules",
"main": "lib/index.js",
"react-native": "src/index.ts",
"author": "Duc Nguyen <tuanduc2904@gmail.com>",
"license": "MIT",
"keywords": [
"react-native",
"ota",
"update",
"turbo",
"nitromodules",
"codegen",
"safe",
"module",
"code-push",
"codepush",
"hot-reload",
"hot-restart",
"app-update",
"hot-update",
"update-bundle",
"bundle"
],
"repository": {
"type": "git",
"url": "https://github.com/tuanduc2904/react-native-safe-ota.git"
},
"bugs": {
"url": "https://github.com/tuanduc2904/react-native-safe-ota/issues"
},
"codegenConfig": {
"name": "SafeOta",
"type": "modules",
"jsSrcsDir": "lib",
"android": {
"packageName": "com.safeota"
},
"ios": {
"libraryName": "SafeOta",
"podspecPath": "./SafeOta.podspec"
}
},
"scripts": {
"clean": "rimraf lib node_modules",
"build": "tsc",
"prepare": "yarn build"
},
"devDependencies": {
"@react-native-community/cli": "^20.0.2",
"@react-native/codegen": "0.82.1",
"react": "^18.2.0",
"react-native": "^0.77.1",
"rimraf": "^6.0.0",
"typescript": "^5.6.3"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-native": ">=0.77.0"
}
}