-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 839 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
{
"name": "custom-ai-code-generator",
"version": "0.1.0",
"bin": {
"custom-ai-code-generator": "bin/custom-ai-code-generator.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "^3.415.0",
"@aws-sdk/client-s3": "^3.417.0",
"@aws-sdk/client-ssm": "^3.414.0",
"@types/aws-lambda": "^8.10.121",
"@types/jest": "^29.5.3",
"@types/node": "20.4.5",
"aws-cdk": "2.96.2",
"jest": "^29.6.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "~5.1.6"
},
"dependencies": {
"@aws-solutions-constructs/aws-eventbridge-stepfunctions": "^2.44.0",
"aws-cdk-lib": "2.102.0",
"cdk-nag": "^2.27.171",
"constructs": "^10.0.0",
"source-map-support": "^0.5.21"
}
}