-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 939 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 939 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
{
"scripts": {
"init": "cd app/scripts && ts-node init.ts"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.670.0",
"@aws-sdk/client-s3": "^3.675.0",
"@aws-sdk/lib-dynamodb": "^3.670.0",
"@aws-sdk/s3-request-presigner": "^3.675.0",
"@middy/core": "^5.5.0",
"@middy/http-json-body-parser": "^5.5.0",
"@serverless/typescript": "^3.38.0",
"@types/aws-lambda": "^8.10.145",
"@types/node": "^22.7.5",
"@types/uuid": "^10.0.0",
"ajv": "^8.17.1",
"aws-lambda": "^1.0.7",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"esbuild": "^0.24.0",
"fs": "^0.0.1-security",
"json-schema-to-ts": "^3.1.1",
"jsonwebtoken": "^9.0.2",
"serverless": "3.38",
"serverless-esbuild": "^1.54.4",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.3",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.7"
}
}