forked from getndazn/dazn-lambda-powertools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 721 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 721 Bytes
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": "@dazn/lambda-powertools-middleware-log-timeout",
"version": "1.29.0",
"description": "Middy middleware to log an error message when a function times out.",
"author": "Yan Cui <theburningmonk@gmail.com>",
"homepage": "https://github.com/getndazn/dazn-lambda-powertools#readme",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/getndazn/dazn-lambda-powertools.git"
},
"bugs": {
"url": "https://github.com/getndazn/dazn-lambda-powertools/issues"
},
"dependencies": {
"@dazn/lambda-powertools-logger": "^1.28.1"
},
"devDependencies": {
"@middy/core": "^2.1.0"
},
"publishConfig": {
"access": "public"
}
}