forked from venveo/serverless-sharp
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 729 Bytes
/
package.json
File metadata and controls
31 lines (31 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
30
31
{
"name": "serverless-sharp",
"description": "A Lambda function for performing on-demand image edits and manipulations.",
"author": {
"name": "Venveo",
"url": "https://www.venveo.com",
"email": "info@venveo.com"
},
"scripts": {
"test": "jest",
"docs": "serve ./docs",
"build": "sls package",
"deploy": "sls deploy"
},
"version": "2.1.1",
"private": false,
"license": "MIT",
"devDependencies": {
"@types/jest": "^25.2.1",
"aws-sdk": "^2.1425.0",
"aws-sdk-mock": "^5.8.0",
"jest": "^26.0.1",
"serverless": "^3.38.0",
"serverless-offline": "^12.0.0",
"sharp": "^0.33.3",
"standard": "^17.1.0"
},
"dependencies": {
"object-hash": "^3.0.0"
}
}