{ "name": "@expo/expo", "version": "1.4.0", "private": true, "author": "Expo", "license": "MIT", "scripts": { "postinstall": "expo-yarn-workspaces check-workspace-dependencies && rm -rf node_modules/babel-jest/node_modules/babel-core", "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.5.0" }, "devDependencies": { "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^9.0.0", "eslint": "^6.0.1", "eslint-config-universe": "^2.0.0-alpha.0", "expo-cli": "^3.0.4", "expo-yarn-workspaces": "^1.2.0", "prettier": "^1.18.2" }, "resolutions": {} }