{
  "name": "translation-terrace",
  "main": "expo-router/entry",
  "version": "1.0.0",
  "scripts": {
    "test": "jest --watch --coverage=false --changedSince=origin/main",
    "testDebug": "jest -o --watch --coverage=false",
    "testFinal": "jest",
    "updateSnapshots": "jest -u --coverage=false",
    "start": "expo start",
    "reset-project": "node ./scripts/reset-project.js",
    "android": "expo prebuild --npm -p android",
    "ios": "expo prebuild --npm -p android --offline",
    "web": "expo start --offline --web",
    "lint": "expo lint"
  },
  "dependencies": {
    "@babel/runtime": "^7.26.7",
    "@expo/vector-icons": "^14.0.4",
    "@mmomtchev/react-native-settings": "^1.1.0",
    "@react-native-async-storage/async-storage": "^2.1.0",
    "@react-navigation/bottom-tabs": "^7.2.0",
    "@react-navigation/native": "^7.0.14",
    "@react-navigation/native-stack": "^7.2.0",
    "expo": "~52.0.28",
    "expo-blur": "~14.0.3",
    "expo-constants": "~17.0.5",
    "expo-font": "~13.0.3",
    "expo-haptics": "~14.0.1",
    "expo-linking": "~7.0.5",
    "expo-router": "~4.0.17",
    "expo-screen-orientation": "~8.0.4",
    "expo-splash-screen": "~0.29.21",
    "expo-sqlite": "~15.1.2",
    "expo-status-bar": "~2.0.1",
    "expo-symbols": "~0.2.2",
    "expo-system-ui": "~4.0.7",
    "expo-web-browser": "~14.0.2",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "react-native": "0.76.6",
    "react-native-cache": "^2.0.3",
    "react-native-country-flag": "^2.0.2",
    "react-native-gesture-handler": "~2.20.2",
    "react-native-live-audio-stream": "^1.1.1",
    "react-native-reanimated": "~3.16.7",
    "react-native-safe-area-context": "4.12.0",
    "react-native-screens": "~4.4.0",
    "react-native-sqlite-storage": "^6.0.1",
    "react-native-web": "~0.19.13",
    "react-native-webview": "13.12.5",
    "whisper.rn": "^0.3.9"
  },
  "jest": {
    "preset": "jest-expo",
    "transformIgnorePatterns": [
      "node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@sentry/react-native|native-base|react-native-svg)"
    ],
    "collectCoverage": true,
    "collectCoverageFrom": [
      "**/*.{ts,tsx,js,jsx}",
      "!**/coverage/**",
      "!**/node_modules/**",
      "!**/babel.config.js",
      "!**/expo-env.d.ts",
      "!**/.expo/**"
    ],
    "automock": false,
    "setupFilesAfterEnv": [
      "<rootDir>/jestSetup.ts"
    ],
    "testTimeout": 10000
  },
  "devDependencies": {
    "@babel/core": "^7.26.7",
    "@babel/preset-typescript": "^7.26.0",
    "@jest/globals": "^29.7.0",
    "@testing-library/react-native": "^13.0.1",
    "@types/jest": "^29.5.14",
    "@types/react": "~18.3.18",
    "@types/react-native-sqlite-storage": "^6.0.5",
    "@types/react-test-renderer": "^18.3.1",
    "babel-jest": "^29.7.0",
    "babel-plugin-module-resolver": "^5.0.2",
    "expo": "~52.0.28",
    "expo-sqlite-mock": "^2.0.1",
    "jest": "^29.7.0",
    "jest-expo": "~52.0.3",
    "metro-react-native-babel-preset": "^0.77.0",
    "react-test-renderer": "18.3.1",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.3"
  },
  "private": true
}