@sentry/node
Version:
Official Sentry SDK for Node.js
37 lines • 970 B
JSON
{
"name": "@sentry/node",
"version": "7.46.0",
"description": "Official Sentry SDK for Node.js",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/node",
"author": "Sentry",
"license": "MIT",
"engines": {
"node": ">=8"
},
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "types/index.d.ts",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@sentry-internal/tracing": "7.46.0",
"@sentry/core": "7.46.0",
"@sentry/types": "7.46.0",
"@sentry/utils": "7.46.0",
"cookie": "^0.4.1",
"https-proxy-agent": "^5.0.0",
"lru_map": "^0.3.3",
"tslib": "^1.9.3"
},
"devDependencies": {
"@types/cookie": "0.3.2",
"@types/express": "^4.17.14",
"@types/lru-cache": "^5.1.0",
"@types/node": "~10.17.0",
"express": "^4.17.1",
"nock": "^13.0.5",
"undici": "^5.21.0"
}
}