{ "name": "invoice-notification-frontend", "version": "1.0.0", "description": "Frontend for the invoice notification service", "main": "App.js", "scripts": { "start": "npx expo start" }, "dependencies": { "@react-native-async-storage/async-storage": "1.17.11", "expo": "^48.0.0", "react": "18.2.0", "react-native": "0.71.14", "react-native-checkbox": "^2.0.0" } }