-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 903 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 903 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
38
{
"name": "dell-e",
"version": "0.1.0",
"bin": {
"dell-e": "bin/dell-e.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/node": "18.11.18",
"aws-cdk": "2.62.2",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "~4.9.4"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.259.0",
"@aws-sdk/client-s3": "^3.259.0",
"@aws-sdk/client-secrets-manager": "^3.259.0",
"@aws-sdk/s3-request-presigner": "^3.259.0",
"@types/aws-lambda": "^8.10.110",
"@types/axios": "^0.14.0",
"@types/uuid": "^9.0.0",
"aws-cdk-lib": "2.62.2",
"aws-lambda": "^1.0.7",
"axios": "^1.2.6",
"constructs": "^10.0.0",
"openai": "^3.1.0",
"source-map-support": "^0.5.21",
"uuid": "^9.0.0"
}
}