We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d2e02 commit 856ef46Copy full SHA for 856ef46
package.json
@@ -11,8 +11,9 @@
11
"license": "ISC",
12
"repository": {
13
"type": "git",
14
- "url": "https://"
+ "url": "https://github.com/Ulyanov-programmer/gulp-sharp-optimize-images"
15
},
16
+ "homepage": "https://github.com/Ulyanov-programmer/gulp-sharp-optimize-images",
17
"keywords": [
18
"gulp",
19
"sharp",
@@ -27,6 +28,9 @@
27
28
"webp",
29
"avif"
30
],
31
+ "engines": {
32
+ "node": ">=14.15.0"
33
+ },
34
"dependencies": {
35
"sharp": "^0.31.3",
36
"through2": "^4.0.2",
0 commit comments