{ "name": "cashupay-pos", "version": "1.0.0", "main": "expo-router/entry", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "lint": "eslint .", "typecheck": "tsc --noEmit" }, "dependencies": { "@callstack/liquid-glass": "^0.6.0", "@cashu/cashu-ts": "^3.1.1", "@expo/metro-runtime": "^6.1.2", "@expo/vector-icons": "^15.0.3", "@react-native-async-storage/async-storage": "^2.2.0", "@react-navigation/native": "^7.1.8", "@scure/bip32": "^2.0.1", "@scure/bip39": "^2.0.1", "@supabase/supabase-js": "^2.86.0", "@tanstack/react-query": "^5.90.11", "axios": "^1.13.2", "decimal.js": "^10.6.0", "expo": "~54.0.25", "expo-av": "^16.0.7", "expo-blur": "^15.0.7", "expo-camera": "^17.0.9", "expo-clipboard": "^8.0.7", "expo-constants": "^18.0.10", "expo-crypto": "^15.0.7", "expo-file-system": "^19.0.19", "expo-haptics": "^15.0.7", "expo-image-picker": "~17.0.8", "expo-linear-gradient": "^15.0.7", "expo-linking": "^8.0.9", "expo-network": "^8.0.7", "expo-print": "^15.0.7", "expo-router": "^6.0.15", "expo-secure-store": "^15.0.7", "expo-sharing": "^14.0.7", "expo-sqlite": "^16.0.9", "expo-status-bar": "~3.0.8", "nostr-tools": "^2.18.2", "react": "19.1.0", "react-dom": "^19.1.0", "react-native": "0.81.5", "react-native-gesture-handler": "^2.28.0", "react-native-get-random-values": "~1.11.0", "react-native-nfc-manager": "^3.17.1", "react-native-qrcode-svg": "^6.3.20", "react-native-reanimated": "~4.1.1", "react-native-safe-area-context": "^5.6.2", "react-native-screens": "^4.16.0", "react-native-svg": "15.12.1", "react-native-web": "^0.21.2", "react-native-worklets-core": "^1.6.2", "zustand": "^5.0.8" }, "devDependencies": { "@types/node": "^24.10.1", "@types/react": "~19.1.0", "eslint": "^9.0.0", "eslint-config-expo": "~10.0.0", "typescript": "~5.9.2" }, "private": true }