-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 KB
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
35
36
37
38
39
{
"name": "@aligent/cdk-header-change-detection",
"version": "1.7.5",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/header-change-detection#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/aligent/cdk-constructs.git"
},
"bugs": {
"url": "https://github.com/aligent/cdk-constructs/issues"
},
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"test": "npx nx test header-change-detection",
"lint": "npx nx lint header-change-detection"
},
"devDependencies": {
"@types/jest": "^29.5.10",
"@types/node": "^20.19.37",
"aws-cdk": "^2.1019.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.830.0",
"@aws-sdk/client-sns": "3.830.0",
"axios": "^1.14.0",
"source-map-support": "^0.5.21"
},
"peerDependencies": {
"aws-cdk-lib": "^2.168.0",
"constructs": "^10.5.0"
}
}