1{ 2 "name": "@expo/expo", 3 "version": "1.4.0", 4 "private": true, 5 "author": "Expo", 6 "license": "MIT", 7 "scripts": { 8 "postinstall": "expo-yarn-workspaces check-workspace-dependencies && rm -rf node_modules/babel-jest/node_modules/babel-core", 9 "lint": "eslint .", 10 "tsc": "echo 'You are trying to run \"tsc\" in the workspace root. Run it from an individual package instead.' && exit 1" 11 }, 12 "workspaces": { 13 "packages": [ 14 "apps/*", 15 "apps/test-suite/puppeteer-test", 16 "expokit-npm-package", 17 "home", 18 "packages/*", 19 "packages/@unimodules/*", 20 "react-native-lab/react-native" 21 ] 22 }, 23 "dependencies": { 24 "react-native-unimodules": "~0.5.0" 25 }, 26 "devDependencies": { 27 "babel-core": "^7.0.0-bridge.0", 28 "babel-eslint": "^9.0.0", 29 "eslint": "^6.0.1", 30 "eslint-config-universe": "^2.0.0-alpha.0", 31 "expo-cli": "^3.0.4", 32 "expo-yarn-workspaces": "^1.2.0", 33 "prettier": "^1.18.2" 34 }, 35 "resolutions": {} 36} 37