forked from getndazn/dazn-lambda-powertools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 789 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": "@dazn/lambda-powertools-pattern-obfuscate",
"version": "1.27.0",
"description": "Basic template that configures a 1% smaple rate for debug logs and obfuscation",
"main": "index.js",
"types": "index.d.ts",
"scripts": {},
"license": "MIT",
"author": "Yan Cui",
"dependencies": {
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.27.0",
"@dazn/lambda-powertools-middleware-log-timeout": "^1.24.1",
"@dazn/lambda-powertools-middleware-obfuscater": "^1.27.0",
"@dazn/lambda-powertools-middleware-sample-logging": "^1.24.1",
"@middy/core": "^1.0.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.57",
"jest": "^23.1.0"
},
"jest": {
"testEnvironment": "node"
},
"publishConfig": {
"access": "public"
}
}