{ "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": "expo-yarn-workspaces check-workspace-dependencies", "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", "expokit-npm-package", "home", "packages/*", "packages/@unimodules/*", "react-native-lab/react-native" ] }, "dependencies": { "react-native-unimodules": "~0.10.0" }, "devDependencies": { "eslint": "^6.8.0", "expo-yarn-workspaces": "*", "prettier": "^1.19.0" } }