UNPKG

react-native-code-sync

Version:

React-native plugin for the code-sync functionality on live via OTA (Over-the-air)

48 lines 1.14 kB
{ "name": "react-native-code-sync", "version": "1.0.61", "description": "React-native plugin for the code-sync functionality on live via OTA (Over-the-air)", "main": "src/index.js", "types": "src/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "android-code-sync": "./bin/android-code-sync.sh", "ios-code-sync": "./bin/ios-code-sync.sh" }, "keywords": [ "code-sync", "react-native", "code", "sync", "sync", "codepush", "ota-update", "ota", "react", "live", "update", "liveupdate", "livefix", "bundle", "update", "bundle" ], "author": "console-debugger", "license": "ISC", "peerDependencies": { "react": ">=17.0.0", "react-native": ">=0.65.0" }, "dependencies": { "@react-native-async-storage/async-storage": "^2.1.2", "axios": "^1.9.0", "form-data": "^4.0.2", "react-native-blob-util": "^0.22.2", "react-native-device-info": "^14.0.4", "react-native-fs": "^2.20.0", "react-native-restart": "^0.0.27", "react-native-zip-archive": "^7.0.1" } }