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
29 lines (29 loc) · 804 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 804 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
26
27
28
29
{
"name": "@dazn/lambda-powertools-middleware-stop-infinite-loop",
"version": "1.9.0",
"description": "Middy middleware that detects and stops infinite loops",
"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"
},
"scripts": {
"test": "jest"
},
"bugs": {
"url": "https://github.com/getndazn/dazn-lambda-powertools/issues"
},
"dependencies": {
"@dazn/lambda-powertools-correlation-ids": "^1.8.2",
"@dazn/lambda-powertools-logger": "^1.9.0"
},
"devDependencies": {
"middy": "^0.15.6"
},
"publishConfig": {
"access": "public"
}
}