{
  "name": "@bugsnag/core",
  "main": "index.js",
  "version": "7.10.0",
  "types": "types/index.d.ts",
  "description": "Core classes and utilities for Bugsnag notifiers",
  "homepage": "https://www.bugsnag.com/",
  "repository": {
    "type": "git",
    "url": "git@github.com:bugsnag/bugsnag-js.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "lib",
    "types",
    "*.js"
  ],
  "author": "Bugsnag",
  "license": "MIT",
  "dependencies": {
    "@bugsnag/cuid": "^3.0.0",
    "@bugsnag/safe-json-stringify": "^6.0.0",
    "error-stack-parser": "^2.0.3",
    "iserror": "0.0.2",
    "stack-generator": "^2.0.3"
  },
  "gitHead": "c85da3e187f73883e53509a3ff8a4ae3195ccbf1"
}
