{
  "name": "@bugsnag/plugin-react-native-global-error-handler",
  "version": "8.9.0",
  "main": "error-handler.js",
  "description": "@bugsnag/js plugin to report unhandled exceptions in React Native",
  "homepage": "https://www.bugsnag.com/",
  "repository": {
    "type": "git",
    "url": "git@github.com:bugsnag/bugsnag-js.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "*.js"
  ],
  "author": "Bugsnag",
  "license": "MIT",
  "devDependencies": {
    "@bugsnag/core": "^8.9.0"
  },
  "peerDependencies": {
    "@bugsnag/core": "^8.0.0"
  },
  "scripts": {
    "test:types": "tsc -p tsconfig.json"
  },
  "gitHead": "8527847031ebfd9d873eb1022bda4da1b0d8b38a"
}
