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": "expo-yarn-workspaces check-workspace-dependencies", 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/@unimodules/*", 21 "react-native-lab/react-native" 22 ] 23 }, 24 "resolutions": { 25 "react-native": "0.63.2" 26 }, 27 "dependencies": { 28 "jsc-android": "^245459.0.0", 29 "react-native-unimodules": "~0.13.0" 30 }, 31 "devDependencies": { 32 "@expo/config-types": "^40.0.0-beta.2", 33 "eslint": "^7.9.0", 34 "expo-yarn-workspaces": "*", 35 "prettier": "^1.19.1" 36 } 37} 38