-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 878 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 878 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
30
31
32
33
34
{
"name": "@aligent/cdk-header-change-detection",
"version": "2.2.0",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/aligent/cdk-constructs/packages/header-change-detection-stack#readme",
"repository": {
"type": "git",
"url": "https://github.com/aligent/aws-cdk-header-change-detection-stack"
},
"types": "index.d.ts",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/jest": "^29.5.10",
"@types/node": "^20.6.3",
"aws-cdk": "^2.113.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.726.1",
"@aws-sdk/client-sns": "3.732.0",
"axios": "^1.8.3",
"source-map-support": "^0.5.21"
},
"peerDependencies": {
"aws-cdk-lib": "^2.113.0",
"constructs": "^10.4.2"
}
}