{
  "name": "sentry-expo",
  "version": "4.0.1",
  "description": "Catch your Javascript errors for your production Expo apps!",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build",
    "upload-sourcemaps.js",
    "plugin/build",
    "app.plugin.js"
  ],
  "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"
  },
  "license": "MIT",
  "keywords": [
    "react-native",
    "expo",
    "sentry"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/sentry-expo.git"
  },
  "bugs": {
    "url": "https://github.com/expo/sentry-expo/issues"
  },
  "jest": {
    "preset": "expo-module-scripts"
  },
  "author": "650 Industries, Inc.",
  "homepage": "https://docs.expo.io/guides/using-sentry/",
  "dependencies": {
    "@expo/config-plugins": "^2.0.2",
    "@expo/config-types": "^41.0.0",
    "@expo/spawn-async": "^1.2.8",
    "@sentry/browser": "^6.7.1",
    "@sentry/integrations": "^6.7.1",
    "@sentry/react-native": "^2.5.2",
    "@sentry/types": "^6.7.1",
    "mkdirp": "^1.0.3",
    "rimraf": "^2.6.1"
  },
  "peerDependencies": {
    "expo-application": "*",
    "expo-constants": "*",
    "expo-device": "*",
    "expo-updates": "*"
  },
  "devDependencies": {
    "@types/mkdirp": "^1.0.0",
    "@types/node": "^14.0.1",
    "@types/react-native": "^0.64.10",
    "@types/rimraf": "^3.0.0",
    "expo-application": "~3.2.0",
    "expo-constants": "~11.0.0",
    "expo-device": "~3.3.0",
    "expo-module-scripts": "^2.0.0",
    "expo-updates": "~0.7.0",
    "react": "16.13.1",
    "react-native": "^0.63.0",
    "react-native-web": "~0.13.7"
  }
}
