@bugsnag/js
Version:
Universal Javascript error reporting. Automatically detect JavaScript errors in the browser and Node.js, with plugins for React, Vue, Angular, Express, Restify and Koa.
44 lines (43 loc) • 1.01 kB
JSON
{
"name": "@bugsnag/js",
"version": "8.2.0",
"main": "node/notifier.js",
"browser": "browser/notifier.js",
"types": "types.d.ts",
"description": "Universal Javascript error reporting. Automatically detect JavaScript errors in the browser and Node.js, with plugins for React, Vue, Angular, Express, Restify and Koa.",
"keywords": [
"exception",
"bugsnag",
"error",
"javascript",
"browsers",
"monitoring",
"reporting",
"stability",
"client-side",
"server-side"
],
"homepage": "https://www.bugsnag.com/",
"repository": {
"type": "git",
"url": "git@github.com:bugsnag/bugsnag-js.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"browser",
"node",
"types.d.ts"
],
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/browser": "^8.2.0",
"@bugsnag/node": "^8.2.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0"
},
"gitHead": "3f43b058ebf90c87b71e76b771950a0214130d64"
}