forked from zoellner/sharp-heic-lambda-layer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 907 Bytes
/
package.json
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
{
"name": "sharp-heic-lambda-layer",
"version": "3.1.0",
"description": "Lambda Layer providing sharp with HEIC support",
"main": "index.js",
"scripts": {
"test": "npm run lint",
"lint": "npx eslint .",
"lint:fix": "npx eslint --fix .",
"build": "sam build",
"prepackage": "node deployment/createSAMConfiguration.js > samconfig.toml",
"package": "sam package",
"predeploy": "npm run package",
"deploy": "sam deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zoellner/sharp-heic-lambda-layer.git"
},
"keywords": [],
"author": "Andreas Zoellner",
"license": "MIT",
"bugs": {
"url": "https://github.com/zoellner/sharp-heic-lambda-layer/issues"
},
"homepage": "https://github.com/zoellner/sharp-heic-lambda-layer#readme",
"engines": {
"node": ">=16.0"
},
"devDependencies": {
"eslint": "^8.29.0"
}
}