{ "name": "test-suite", "version": "1.0.0", "description": "Test suite for the Expo SDK", "main": "__generated__/AppEntry.js", "scripts": { "postinstall": "expo-yarn-workspaces postinstall", "lint": "eslint ." }, "author": "", "license": "MIT", "dependencies": { "@expo/html-elements": "^0.2.0", "async-retry": "^1.1.4", "expo": "~47.0.0-alpha.1", "expo-application": "~5.0.0", "expo-asset": "~8.6.0", "expo-av": "~13.0.0-beta.1", "expo-background-fetch": "~10.3.0", "expo-barcode-scanner": "~11.4.0", "expo-brightness": "~10.3.0", "expo-calendar": "~10.3.0", "expo-camera": "~13.0.0-beta.1", "expo-cellular": "~4.3.0", "expo-constants": "~14.0.0", "expo-contacts": "~10.3.0", "expo-crypto": "~11.0.0", "expo-device": "~4.3.0", "expo-eas-client": "~0.3.0", "expo-file-system": "~15.0.0", "expo-gl": "~11.4.0", "expo-haptics": "~11.3.0", "expo-image-manipulator": "~10.4.0", "expo-keep-awake": "~11.0.0", "expo-localization": "~13.1.0", "expo-location": "~14.3.0", "expo-media-library": "~14.2.0", "expo-network": "~4.3.0", "expo-notifications": "~0.16.0", "expo-permissions": "~13.2.0", "expo-random": "~12.3.0", "expo-secure-store": "~11.3.0", "expo-speech": "~10.3.0", "expo-sqlite": "~10.3.0", "expo-task-manager": "~10.3.0", "expo-web-browser": "~11.0.0", "firebase": "^9.3.0", "i18n-js": "^3.1.0", "immutable": "^4.0.0", "jasmine-core": "^2.4.1", "lodash": "^4.17.19", "react": "18.1.0", "react-native": "0.70.2", "react-native-gesture-handler": "~2.7.0", "react-native-safe-area-view": "^0.14.8", "sinon": "^7.1.1" }, "devDependencies": { "expo-yarn-workspaces": "^2.0.0" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }