{ "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.6.0", "@react-navigation/native": "~6.0.13", "@react-navigation/stack": "~6.3.2", "async-retry": "^1.1.4", "expo": "~50.0.0-alpha.0", "expo-application": "~5.3.0", "expo-asset": "~8.11.0", "expo-av": "~13.5.0", "expo-background-fetch": "~11.4.0", "expo-barcode-scanner": "~12.6.0", "expo-brightness": "~11.5.0", "expo-calendar": "~11.4.0", "expo-camera": "~13.5.0", "expo-cellular": "~5.4.0", "expo-constants": "~14.5.0", "expo-contacts": "~12.3.0", "expo-crypto": "~12.5.0", "expo-device": "~5.5.0", "expo-eas-client": "~0.7.0", "expo-file-system": "~15.5.0", "expo-gl": "~13.1.0", "expo-haptics": "~12.5.0", "expo-image-manipulator": "~11.4.0", "expo-keep-awake": "~12.4.0", "expo-localization": "~14.4.0", "expo-location": "~16.2.0", "expo-media-library": "~15.5.0", "expo-network": "~5.5.0", "expo-notifications": "~0.22.0", "expo-permissions": "~14.3.0", "expo-random": "~13.3.0", "expo-secure-store": "~12.4.0", "expo-speech": "~11.4.0", "expo-sqlite": "~11.5.0", "expo-task-manager": "~11.4.0", "expo-web-browser": "~12.4.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.2.0", "react-native": "0.72.3", "react-native-gesture-handler": "~2.12.0", "sinon": "^7.1.1" }, "devDependencies": { "expo-yarn-workspaces": "^2.0.0" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }