1 | {
|
2 | "name": "@bugsnag/js",
|
3 | "version": "8.0.0",
|
4 | "main": "node/notifier.js",
|
5 | "browser": "browser/notifier.js",
|
6 | "types": "types.d.ts",
|
7 | "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.",
|
8 | "keywords": [
|
9 | "exception",
|
10 | "bugsnag",
|
11 | "error",
|
12 | "javascript",
|
13 | "browsers",
|
14 | "monitoring",
|
15 | "reporting",
|
16 | "stability",
|
17 | "client-side",
|
18 | "server-side"
|
19 | ],
|
20 | "homepage": "https://www.bugsnag.com/",
|
21 | "repository": {
|
22 | "type": "git",
|
23 | "url": "git@github.com:bugsnag/bugsnag-js.git"
|
24 | },
|
25 | "publishConfig": {
|
26 | "access": "public"
|
27 | },
|
28 | "files": [
|
29 | "browser",
|
30 | "node",
|
31 | "types.d.ts"
|
32 | ],
|
33 | "author": "Bugsnag",
|
34 | "license": "MIT",
|
35 | "dependencies": {
|
36 | "@bugsnag/browser": "^8.0.0",
|
37 | "@bugsnag/node": "^8.0.0"
|
38 | },
|
39 | "devDependencies": {
|
40 | "@babel/cli": "^7.0.0"
|
41 | },
|
42 | "gitHead": "73555402fbc4908d4474593d18b0d001fc9c7502"
|
43 | }
|