-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
27 lines (27 loc) · 965 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
{
"name": "@dotcom-reliability-kit/log-error",
"version": "5.0.0",
"description": "A method to consistently log error object with optional request information",
"repository": {
"type": "git",
"url": "https://github.com/Financial-Times/dotcom-reliability-kit.git",
"directory": "packages/log-error"
},
"homepage": "https://github.com/Financial-Times/dotcom-reliability-kit/tree/main/packages/log-error#readme",
"bugs": "https://github.com/Financial-Times/dotcom-reliability-kit/issues?q=label:\"package: log-error\"",
"license": "MIT",
"engines": {
"node": "20.x || 22.x"
},
"main": "lib/index.js",
"types": "types/index.d.ts",
"dependencies": {
"@dotcom-reliability-kit/app-info": "^4.0.0",
"@dotcom-reliability-kit/logger": "^4.0.0",
"@dotcom-reliability-kit/serialize-error": "^4.0.0",
"@dotcom-reliability-kit/serialize-request": "^4.0.0"
},
"devDependencies": {
"@types/express": "^5.0.0"
}
}