-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 938 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
28
29
30
31
32
33
34
35
36
37
{
"name": "on-demand-dashboard",
"version": "1.0.2",
"bin": {
"cdk-on-demand-dashboard": "bin/on-demand-dashboard.js"
},
"scripts": {
"cdk": "cdk",
"test": "jest"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.109",
"@types/jest": "^29.2.3",
"@types/lodash": "^4.14.190",
"@types/node": "18.11.9",
"@types/prettier": "2.7.1",
"aws-cdk": "2.53.0",
"esbuild": "^0.15.16",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "~4.9.3"
},
"dependencies": {
"@aws-lambda-powertools/logger": "^1.5.0",
"@aws-sdk/client-cloudwatch": "^3.218.0",
"@aws-sdk/client-lambda": "^3.219.0",
"@aws-sdk/client-s3": "^3.218.0",
"@middy/core": "^4.0.0",
"aws-cdk-lib": "2.53.0",
"aws-lambda": "^1.0.7",
"constructs": "^10.1.174",
"dayjs": "^1.11.6",
"lodash": "^4.17.21",
"source-map-support": "^0.5.21"
}
}