{ "name": "testHotUpdate", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "test:e2e": "detox test --configuration android.emu.debug", "lint": "eslint .", "postinstall": "patch-package", "apk": "cd android && ./gradlew assembleRelease" }, "dependencies": { "patch-package": "^6.5.1", "postinstall-postinstall": "^2.1.0", "react": "18.0.0", "react-native": "0.69.8", "react-native-camera-kit": "^14.0.0-beta15", "react-native-paper": "^5.12.1", "react-native-safe-area-context": "^4.8.2", "react-native-update": "^10.11.3", "react-native-vector-icons": "^10.0.3" }, "devDependencies": { "@babel/core": "^7.21.0", "@babel/runtime": "^7.21.0", "@react-native-community/eslint-config": "^3.2.0", "babel-jest": "^29.5.0", "detox": "^20.5.0", "eslint": "^8.36.0", "jest": "^29.5.0", "metro-react-native-babel-preset": "^0.76.0", "pod-install": "^0.1.37", "prettier": "^2.8.4", "react-test-renderer": "18.2.0", "ts-jest": "^29.0.5" }, "jest": { "preset": "react-native" } }