forked from bugsnag/bugsnag-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 955 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@bugsnag/js",
"version": "7.13.3",
"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": "[email protected]:bugsnag/bugsnag-js.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"browser",
"node",
"types.d.ts"
],
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/browser": "^7.13.3",
"@bugsnag/node": "^7.13.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0"
}
}