UNPKG

1.6 kBJSONView Raw
1{
2 "name": "@bugsnag/node",
3 "version": "7.1.0",
4 "main": "dist/bugsnag.js",
5 "types": "types/bugsnag.d.ts",
6 "description": "Bugsnag error reporter for Node.js",
7 "homepage": "https://www.bugsnag.com/",
8 "repository": {
9 "type": "git",
10 "url": "git@github.com:bugsnag/bugsnag-js.git"
11 },
12 "publishConfig": {
13 "access": "public"
14 },
15 "files": [
16 "dist",
17 "types"
18 ],
19 "scripts": {
20 "clean": "rm -fr dist && mkdir dist",
21 "build": "npm run clean && npm run build:dist",
22 "build:dist": "../../bin/bundle src/notifier.js --node --exclude=iserror,stack-generator,error-stack-parser,pump,byline --standalone=bugsnag | ../../bin/extract-source-map dist/bugsnag.js",
23 "postversion": "npm run build"
24 },
25 "author": "Bugsnag",
26 "license": "MIT",
27 "devDependencies": {
28 "@bugsnag/delivery-node": "^7.1.0",
29 "@bugsnag/plugin-contextualize": "^7.1.0",
30 "@bugsnag/plugin-intercept": "^7.1.0",
31 "@bugsnag/plugin-node-device": "^7.1.0",
32 "@bugsnag/plugin-node-in-project": "^7.1.0",
33 "@bugsnag/plugin-node-surrounding-code": "^7.1.0",
34 "@bugsnag/plugin-node-uncaught-exception": "^7.1.0",
35 "@bugsnag/plugin-node-unhandled-rejection": "^7.1.0",
36 "@bugsnag/plugin-server-session": "^7.1.0",
37 "@bugsnag/plugin-strip-project-root": "^7.1.0",
38 "jasmine": "^3.1.0",
39 "nyc": "^12.0.2"
40 },
41 "dependencies": {
42 "@bugsnag/core": "^7.1.0",
43 "byline": "^5.0.0",
44 "error-stack-parser": "^2.0.2",
45 "iserror": "^0.0.2",
46 "pump": "^3.0.0",
47 "stack-generator": "^2.0.3"
48 },
49 "gitHead": "05dd3904a878cd09cdf78c0c32f7994d69226b70"
50}