{
  "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 && ([ ! -f node_modules/react-native-svg/src/index.d.ts.orig ] && patch -d node_modules -p2 -f --backup < patches/react-native-svg+12.3.0.patch || true)",
    "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.69.1",
    "**/util": "~0.12.4"
  },
  "dependencies": {
    "eslint": "^8.6.0",
    "expo-yarn-workspaces": "*",
    "jsc-android": "^245459.0.0",
    "prettier": "^2.4.1",
    "yarn-deduplicate": "^3.1.0"
  }
}
