-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 827 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 827 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
{
"name": "@dazn/lambda-powertools-eventbridge-client",
"version": "1.28.1",
"description": "EventBridge client wrapper that knows how to forward correlation IDs (captured via @dazn/lambda-powertools-correlation-ids)",
"main": "index.js",
"types": "index.d.ts",
"dependencies": {
"@dazn/lambda-powertools-correlation-ids": "^1.28.1",
"@dazn/lambda-powertools-logger": "^1.28.1"
},
"devDependencies": {
"aws-sdk": "^2.540.0"
},
"license": "MIT",
"author": "Yan Cui",
"homepage": "https://github.com/getndazn/dazn-lambda-powertools#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/getndazn/dazn-lambda-powertools.git"
},
"bugs": {
"url": "https://github.com/getndazn/dazn-lambda-powertools/issues"
},
"publishConfig": {
"access": "public"
}
}