-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 881 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 881 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
39
40
{
"name": "live052",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"deploy": "./build-layers.sh && sls deploy"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/aws-lambda": "^8.10.145",
"@types/node": "^22.7.6",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"eslint": "8",
"typescript": "^5.6.3"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.670.0",
"@aws-sdk/client-s3": "^3.674.0",
"@aws-sdk/client-sqs": "^3.670.0",
"@aws-sdk/lib-dynamodb": "^3.670.0",
"@aws-sdk/s3-request-presigner": "^3.674.0",
"sharp": "^0.33.5",
"zod": "^3.23.8"
},
"pnpm": {
"supportedArchitectures": {
"os": [
"current",
"linux"
],
"cpu": [
"arm64"
]
}
}
}