-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1016 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1016 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
35
36
37
{
"name": "video-ai-agent-cdk",
"version": "0.1.0",
"bin": {
"video-ai-agent-cdk": "bin/video-ai-agent-cdk.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@aws-appsync/utils": "2.0.3",
"@aws-sdk/client-s3": "^3.956.0",
"@aws-sdk/client-sfn": "^3.943.0",
"@aws-sdk/s3-request-presigner": "^3.956.0",
"@types/aws-lambda": "8.10.159",
"@types/jest": "^29.5.14",
"@types/node": "^24.10.1",
"aws-cdk": "2.1033.0",
"cdk-s3-vectors": "0.2.2",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "~5.9.3"
},
"dependencies": {
"@aws-cdk/aws-lambda-python-alpha": "^2.232.1-alpha.0",
"@aws-lambda-powertools/logger": "2.29.0",
"@aws-lambda-powertools/metrics": "2.29.0",
"@aws-lambda-powertools/tracer": "2.29.0",
"@cdklabs/generative-ai-cdk-constructs": "0.1.309",
"aws-cdk-lib": "2.232.1",
"constructs": "^10.0.0"
}
}