{ "name": "helium-native", "version": "0.1.0", "private": true, "main": "index.js", "scripts": { "start": "expo start", "android": "expo run:android", "ios": "expo run:ios", "prebuild": "expo prebuild", "typecheck": "tsc --noEmit" }, "dependencies": { "@clerk/clerk-expo": "^2.19.22", "expo": "^54.0.0", "expo-secure-store": "^15.0.0", "react": "19.2.0", "react-native": "0.82.0", "react-native-url-polyfill": "^2.0.0", "react-native-webrtc": "^124.0.7" }, "devDependencies": { "@types/react": "^19.2.2", "typescript": "^5.9.3" } }