UNPKG

569 BJSONView Raw
1{
2 "name": "@bugsnag/delivery-node",
3 "version": "7.5.4",
4 "main": "delivery.js",
5 "description": "@bugsnag/node delivery mechanism",
6 "homepage": "https://www.bugsnag.com/",
7 "repository": {
8 "type": "git",
9 "url": "git@github.com:bugsnag/bugsnag-js.git"
10 },
11 "publishConfig": {
12 "access": "public"
13 },
14 "files": [
15 "*.js"
16 ],
17 "author": "Bugsnag",
18 "license": "MIT",
19 "devDependencies": {
20 "@bugsnag/core": "^7.5.4"
21 },
22 "peerDependencies": {
23 "@bugsnag/core": "^7.0.0"
24 },
25 "gitHead": "6afcc3c50624737124440c13792d234ea4578b83"
26}