{
  "name": "@expo/expo",
  "version": "1.4.0",
  "private": true,
  "author": "Expo",
  "license": "MIT",
  "scripts": {
    "setup:docs": "./scripts/download-dependencies.sh",
    "setup:native": "./scripts/download-dependencies.sh && ./scripts/setup-react-android.sh",
    "postinstall": "yarn-deduplicate && expo-yarn-workspaces check-workspace-dependencies && yarn workspace @expo/cli prepare",
    "lint": "eslint .",
    "tsc": "echo 'You are trying to run \"tsc\" in the workspace root. Run it from an individual package instead.' && exit 1"
  },
  "workspaces": {
    "packages": [
      "apps/*",
      "apps/test-suite/puppeteer-test",
      "home",
      "packages/*",
      "packages/@expo/*"
    ]
  },
  "resolutions": {
    "react-native": "0.72.4",
    "react-refresh": "^0.14.0",
    "@react-navigation/native": "^6.1.6",
    "@react-navigation/core": "^6.4.9",
    "**/util": "~0.12.4"
  },
  "dependencies": {
    "eslint": "^8.45.0",
    "expo-yarn-workspaces": "*",
    "jsc-android": "^250231.0.0",
    "prettier": "^3.0.0",
    "yarn-deduplicate": "^6.0.0"
  }
}
