{ "name": "expo", "version": "47.0.13", "description": "The Expo SDK", "main": "build/Expo.js", "module": "build/Expo.js", "types": "build/Expo.d.ts", "sideEffects": [ "*.fx.js", "*.fx.web.js" ], "bin": { "expo": "bin/cli.js" }, "files": [ "android", "bin", "build", "ios", "scripts", "tools", "AppEntry.js", "Expo.podspec", "bundledNativeModules.json", "expo-module.config.json", "metro-config.js", "config.js", "config.d.ts", "config-plugins.js", "config-plugins.d.ts", "react-native.config.js", "requiresExtraSetup.json", "tsconfig.base.json" ], "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module" }, "jest": { "preset": "expo-module-scripts" }, "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo" }, "keywords": [ "expo" ], "author": "Expo", "license": "MIT", "bugs": { "url": "https://github.com/expo/expo/issues" }, "homepage": "https://github.com/expo/expo/tree/main/packages/expo", "dependencies": { "@babel/runtime": "^7.14.0", "@expo/cli": "0.4.11", "@expo/vector-icons": "^13.0.0", "@expo/config-plugins": "5.0.4", "@expo/config": "7.0.3", "babel-preset-expo": "~9.2.2", "cross-spawn": "^6.0.5", "expo-application": "~5.0.1", "expo-asset": "~8.7.0", "expo-constants": "~14.0.2", "expo-file-system": "~15.1.1", "expo-font": "~11.0.1", "expo-keep-awake": "~11.0.1", "expo-modules-autolinking": "1.0.2", "expo-modules-core": "1.1.1", "fbemitter": "^3.0.0", "getenv": "^1.0.0", "invariant": "^2.2.4", "md5-file": "^3.2.3", "node-fetch": "^2.6.7", "pretty-format": "^26.5.2", "uuid": "^3.4.0" }, "optionalDependencies": { "expo-error-recovery": "~4.0.1" }, "devDependencies": { "@types/fbemitter": "^2.0.32", "@types/invariant": "^2.2.33", "@types/react": "~18.0.14", "@types/react-native": "~0.69.1", "@types/react-test-renderer": "^18.0.0", "@types/uuid": "^3.4.7", "expo-module-scripts": "^3.0.4", "react": "18.1.0", "react-dom": "18.0.0", "react-native": "0.70.5" }, "gitHead": "a6e4bf8dd47ead92a76ff1de79f866cca584f1b3" }