{
  "name": "expo",
  "version": "41.0.1",
  "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": [
    "bin",
    "build",
    "tools",
    "tsconfig.base.json",
    "bundledNativeModules.json",
    "requiresExtraSetup.json",
    "AppEntry.js",
    "metro-config.js"
  ],
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "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/master/packages/expo",
  "dependencies": {
    "@babel/runtime": "^7.1.2",
    "@expo/metro-config": "^0.1.63",
    "@expo/vector-icons": "^12.0.4",
    "@unimodules/core": "~7.1.0",
    "@unimodules/react-native-adapter": "~6.2.2",
    "babel-preset-expo": "~8.3.0",
    "cross-spawn": "^6.0.5",
    "expo-application": "~3.1.2",
    "expo-asset": "~8.3.1",
    "expo-constants": "~10.1.3",
    "expo-error-recovery": "~2.1.0",
    "expo-file-system": "~11.0.2",
    "expo-font": "~9.1.0",
    "expo-keep-awake": "~9.1.2",
    "fbemitter": "^2.1.1",
    "invariant": "^2.2.2",
    "md5-file": "^3.2.3",
    "pretty-format": "^26.4.0",
    "react-native-safe-area-context": "3.2.0",
    "serialize-error": "^2.1.0",
    "uuid": "^3.4.0"
  },
  "devDependencies": {
    "@types/fbemitter": "^2.0.32",
    "@types/invariant": "^2.2.29",
    "@types/react": "^16.9.0",
    "@types/react-native": "~0.63.2",
    "@types/react-test-renderer": "16.9.0",
    "@types/uuid": "^3.4.7",
    "expo-module-scripts": "^2.0.0",
    "expo-location": "^12.0.4",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "react-native": "0.63.2"
  },
  "gitHead": "552e4360dc8adacb2b3173051dc50d7fb6afbf84"
}
