-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
25 lines (25 loc) · 865 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
{
"name": "@dotcom-reliability-kit/middleware-log-errors",
"version": "5.0.0",
"description": "Express middleware to consistently log errors",
"repository": {
"type": "git",
"url": "https://github.com/Financial-Times/dotcom-reliability-kit.git",
"directory": "packages/middleware-log-errors"
},
"homepage": "https://github.com/Financial-Times/dotcom-reliability-kit/tree/main/packages/middleware-log-errors#readme",
"bugs": "https://github.com/Financial-Times/dotcom-reliability-kit/issues?q=label:\"package: middleware-log-errors\"",
"license": "MIT",
"engines": {
"node": "20.x || 22.x"
},
"main": "lib/index.js",
"types": "types/index.d.ts",
"dependencies": {
"@dotcom-reliability-kit/log-error": "^5.0.0"
},
"devDependencies": {
"@financial-times/n-express": "^31.9.4",
"@types/express": "^5.0.0"
}
}