forked from Example-Collection/Lambda-Image-Resizing-Example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 729 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 729 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
{
"name": "lambda-image-resizing-example",
"version": "1.0.0",
"description": "Serverless aws-nodejs-typescript template",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=14.15.0"
},
"dependencies": {
"aws-lambda": "^1.0.6",
"aws-sdk": "^2.944.0",
"lambda-multipart-parser": "^1.0.1",
"sharp": "0.30.5"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.78",
"@types/jest": "^26.0.24",
"@types/sharp": "^0.30.4",
"jest": "^27.0.6",
"serverless": "^2.23.0",
"serverless-offline": "^7.0.0",
"serverless-plugin-typescript": "^1.1.9",
"ts-jest": "^27.0.3",
"typescript": "^4.1.3"
}
}