1{ 2 "name": "@expo/expo", 3 "version": "1.4.0", 4 "private": true, 5 "author": "Expo", 6 "license": "MIT", 7 "scripts": { 8 "setup:docs": "./scripts/download-dependencies.sh", 9 "setup:native": "./scripts/download-dependencies.sh && ./scripts/setup-react-android.sh", 10 "postinstall": "yarn-deduplicate && expo-yarn-workspaces check-workspace-dependencies && yarn workspace @expo/cli prepare", 11 "lint": "eslint .", 12 "tsc": "echo 'You are trying to run \"tsc\" in the workspace root. Run it from an individual package instead.' && exit 1" 13 }, 14 "workspaces": { 15 "packages": [ 16 "apps/*", 17 "apps/test-suite/puppeteer-test", 18 "home", 19 "packages/*", 20 "packages/@expo/*" 21 ] 22 }, 23 "resolutions": { 24 "react-native": "0.71.6", 25 "**/util": "~0.12.4" 26 }, 27 "dependencies": { 28 "eslint": "^8.29.0", 29 "expo-yarn-workspaces": "*", 30 "jsc-android": "^250231.0.0", 31 "prettier": "^2.8.1", 32 "yarn-deduplicate": "^6.0.0" 33 } 34} 35