{
  "name": "expo-core",
  "version": "3.0.1",
  "description": "The core Expo universal module between application code and the underlying platform",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module"
  },
  "keywords": [
    "react-native",
    "expo"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://github.com/expo/expo/tree/master/packages/expo-core",
  "jest": {
    "preset": "expo-module-scripts"
  },
  "devDependencies": {
    "expo-module-scripts": "^1.0.0"
  },
  "gitHead": "d87c47ba13c7dde7a5d120caf873c98258a42710"
}
