-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 981 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 981 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
{
"name": "realtime-strands-agent-cdk",
"version": "0.1.0",
"bin": {
"realtime-strands-agent-cdk": "bin/realtime-strands-agent-cdk.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk",
"codegen": "graphql-codegen"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "22.7.9",
"@types/aws-lambda": "8.10.148",
"@aws-sdk/client-sfn": "3.777.0",
"@graphql-codegen/cli": "^5.0.5",
"@graphql-codegen/typescript": "^4.1.6",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"aws-cdk": "2.1020.2",
"ts-node": "^10.9.2",
"typescript": "~5.6.3"
},
"dependencies": {
"@aws-lambda-powertools/logger": "2.17.0",
"@aws-lambda-powertools/metrics": "2.17.0",
"@aws-lambda-powertools/tracer": "2.17.0",
"@aws-cdk/aws-lambda-python-alpha": "^2.199.0-alpha.0",
"aws-cdk-lib": "2.202.0",
"constructs": "^10.0.0",
"@aws-appsync/utils": "1.12.0"
}
}