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 "expokit-npm-package", 19 "home", 20 "packages/*", 21 "packages/@unimodules/*", 22 "react-native-lab/react-native" 23 ] 24 }, 25 "dependencies": { 26 "react-native-unimodules": "~0.7.0" 27 }, 28 "devDependencies": { 29 "babel-core": "^7.0.0-bridge.0", 30 "eslint": "^6.6.0", 31 "eslint-config-universe": "^2.0.0", 32 "expo-cli": "^3.10.0", 33 "expo-yarn-workspaces": "*", 34 "prettier": "^1.19.0" 35 }, 36 "resolutions": {} 37} 38