{
  "name": "@bugsnag/plugin-react-native-event-sync",
  "version": "8.9.0",
  "main": "event-sync.js",
  "description": "@bugsnag/react-native plugin to sync native event information in an onError callbacks",
  "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"
}
