-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 975 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 975 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
{
"name": "server",
"version": "0.0.0-github-release",
"scripts": {
"test": "VITE_CJS_IGNORE_WARNING=true vitest --dir ./src",
"check:type": "tsc --noEmit",
"check:cspell": "cspell '**/*.{ts,json}' --cache --gitignore"
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.18.1",
"@aws-sdk/client-dynamodb": "3.614.0",
"@aws-sdk/lib-dynamodb": "3.614.0",
"@codegenie/serverless-express": "4.14.1",
"@middy/core": "5.4.5",
"@smithy/node-http-handler": "2.5.0",
"aws-lambda": "1.0.7",
"aws-xray-sdk": "3.9.0",
"cors": "2.8.5",
"dayjs": "1.11.11",
"express": "4.19.2",
"uuid": "10.0.0",
"zod": "3.23.8"
},
"devDependencies": {
"@types/aws-lambda": "8.10.141",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/sinon-express-mock": "1.3.12",
"@types/uuid": "10.0.0",
"aws-sdk-client-mock": "4.0.1",
"sinon-express-mock": "2.2.1",
"vitest": "1.6.0"
}
}