-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 726 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 726 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
{
"name": "workflow-orchestration-bedrock-agent-chaining",
"version": "0.1.0",
"bin": {
"workflow-orchestration-bedrock-agent-chaining": "bin/workflow-orchestration-bedrock-agent-chaining.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "20.14.9",
"aws-cdk": "2.148.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "~5.5.3"
},
"dependencies": {
"@aws-cdk/aws-lambda-python-alpha": "^2.149.0-alpha.0",
"@cdklabs/generative-ai-cdk-constructs": "^0.1.220",
"aws-cdk-lib": "^2.149.0",
"constructs": "^10.0.0"
}
}