-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "gulp-sharp-optimize-images",
"version": "4.0.3",
"description": "Compression and conversion of images for gulp using sharp.",
"main": "index.js",
"scripts": {},
"type": "module",
"author": {
"name": "Ulyanov Ivan",
"url": "https://github.com/Ulyanov-programmer"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Ulyanov-programmer/gulp-sharp-optimize-images"
},
"homepage": "https://github.com/Ulyanov-programmer/gulp-sharp-optimize-images",
"keywords": [
"gulp",
"sharp",
"images",
"image",
"compress",
"converter",
"convert",
"png",
"jpg",
"jpeg",
"webp",
"gif",
"tiff",
"heif",
"avif"
],
"engines": {
"node": ">=18.17.0"
},
"bugs": {
"url": "https://github.com/Ulyanov-programmer/gulp-sharp-optimize-images/issues"
},
"dependencies": {
"sharp": "^0.33.2",
"through2": "^4.0.2",
"vinyl": "^3.0.0",
"chalk": "^5.3.0"
},
"devDependencies": {}
}