{ "name": "test-suite", "version": "1.0.0", "description": "Test suite for the Expo SDK", "main": "__generated__/AppEntry.js", "scripts": { "postinstall": "expo-yarn-workspaces postinstall", "test": "cd runner && yarn && cd .. && node runner/index.js .", "test:web": "node puppeteer-test/index.js", "test:web:ci": "cd puppeteer-test && yarn && cd .. && node puppeteer-test/index.js .", "openbrowser": "/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome --user-data-dir=/tmp/foo --ignore-certificate-errors --unsafely-treat-insecure-origin-as-secure=https://localhost:19006", "web": "expo start --web-only --web --https", "web:serve": "serve ./web-build" }, "author": "", "license": "MIT", "dependencies": { "async-retry": "^1.1.4", "expo": "~34.0.4", "expo-ads-admob": "~6.0.0", "expo-ads-facebook": "~6.0.0", "expo-analytics-segment": "~6.0.0", "expo-application": "^0.0.1-rc.0", "expo-asset": "~6.0.0", "expo-av": "~6.0.0", "expo-barcode-scanner": "~6.0.0", "expo-brightness": "~6.0.0", "expo-calendar": "~6.0.0", "expo-camera": "~6.0.0", "expo-cellular": "~0.0.1", "expo-constants": "~6.0.0", "expo-contacts": "~6.0.0", "expo-crypto": "~6.0.0", "expo-device": "^0.0.1-rc.0", "expo-file-system": "~6.0.2", "expo-gl": "~6.0.0", "expo-google-sign-in": "~6.0.0", "expo-haptics": "~6.0.0", "expo-image-manipulator": "~6.0.0", "expo-keep-awake": "~6.0.0", "expo-localization": "~6.0.0", "expo-location": "~6.0.0", "expo-media-library": "~6.1.0-rc.1", "expo-network": "~0.0.1-rc.0", "expo-permissions": "~6.0.0", "expo-random": "~6.0.0", "expo-secure-store": "~6.0.0", "expo-speech": "~6.0.0", "expo-sqlite": "~6.0.0", "expo-task-manager": "~6.0.0", "expo-web-browser": "~6.0.0", "i18n-js": "^3.0.11", "immutable": "^3.8.1", "jasmine-core": "^2.4.1", "lodash": "^4.17.4", "react": "16.8.3", "react-native": "0.59.8", "react-native-gesture-handler": "~1.3.0", "react-native-web": "^0.11.0", "react-navigation": "^3.12.0", "sinon": "^7.1.1" }, "devDependencies": { "@expo/webpack-config": "^0.1.4", "babel-loader": "^8.0.5", "expo-yarn-workspaces": "^1.2.0", "serve": "^10.1.2", "webpack-cli": "^3.3.0" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }