{ "name": "nwc-react-native", "version": "1.0.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "start:tunnel": "expo start --tunnel", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "eas:build:ios:preview": "eas build --profile preview --platform ios", "eas:build:android:preview": "eas build --profile preview --platform android", "eas:build:ios": "eas build --platform ios", "eas:submit:ios": "eas submit -p ios --latest", "ts:check": "tsc" }, "dependencies": { "@getalby/lightning-tools": "^5.1.0", "@getalby/sdk": "^3.8.1", "expo": "^52.0.14", "message-port-polyfill": "^0.2.0", "react": "18.3.1", "react-native": "0.76.3", "react-native-get-random-values": "^1.9.0", "react-native-url-polyfill": "^2.0.0", "react-native-webview": "13.12.2", "react-native-webview-crypto": "^0.0.25", "text-encoding": "^0.7.0" }, "devDependencies": { "@babel/core": "^7.20.0", "@types/react": "~18.3.12", "@webbtc/webln-types": "^2.1.0", "typescript": "^5.1.3" }, "private": true }