{
  "name": "example",
  "main": "expo-router/entry",
  "version": "0.2.0",
  "scripts": {
    "start": "expo start",
    "android": "expo run:android",
    "ios": "expo run:ios",
    "web": "expo start --web",
    "test": "jest --watchAll",
    "reset-all": "cd .. && rm -rf node_modules package-lock.json && npm install && cd example && rm -rf node_modules package-lock.json && npm install",
    "clean-android": "cd .. && npm run build && cd example && rm -rf android && EXPO_DEBUG=true npx expo prebuild --clean --platform android && npx expo run:android",
    "clean-ios": "cd .. && npm run build && cd example && rm -rf ios && EXPO_DEBUG=true npx expo prebuild --clean --platform ios && npx expo run:ios",
    "eas-ios-local": "rm -rf ios && npx expo prebuild --platform ios --clean && eas build --platform ios --local",
    "eas-android-local": "rm -rf android && npx expo prebuild --platform android --clean && eas build --platform android --local"
  },
  "dependencies": {
    "@babel/runtime": "^7.24.0",
    "@expo/vector-icons": "^15.0.2",
    "@react-native-async-storage/async-storage": "2.2.0",
    "expo": "54.0.22",
    "expo-asset": "^12.0.8",
    "expo-constants": "~18.0.10",
    "expo-font": "^14.0.7",
    "expo-linking": "~8.0.8",
    "expo-location": "~18.0.8",
    "expo-notifications": "~0.32.12",
    "expo-router": "~6.0.14",
    "expo-status-bar": "~3.0.8",
    "expo-task-manager": "~14.0.8",
    "klaviyo-expo-plugin": "file:../",
    "klaviyo-react-native-sdk": "2.2.0",
    "memoize-one": "^6.0.0",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "react-native": "0.81.5",
    "react-native-safe-area-context": "^5.6.2",
    "react-native-screens": "~4.16.0",
    "whatwg-fetch": "^3.6.20",
    "whatwg-url-without-unicode": "^8.0.0-3"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@react-native/metro-config": "^0.79.2",
    "@types/react": "~19.1.10",
    "typescript": "~5.9.2"
  },
  "private": true
}
