forked from sumcumo/imagemin-merlin
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.01 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
{
"author": "Jens Oliver Meiert",
"bin": {
"imagemin-guard": "bin/imagemin-guard.js",
"imagemin-merlin": "bin/imagemin-guard.js"
},
"dependencies": {
"chalk": "^5.3.0",
"filesize": "^10.1.6",
"gifsicle": "^7.0.1",
"globby": "^14.0.2",
"sharp": "^0.33.5",
"simple-git": "^3.27.0",
"yargs": "^17.7.2"
},
"description": "Ensure losslessly compressed PNG, JPG, GIF, WebP, and AVIF images (suitable for manual and automatic compression)",
"devDependencies": {
"jest": "^29.7.0"
},
"homepage": "https://github.com/j9t/imagemin-guard",
"keywords": [
"automation",
"avif",
"compression",
"gif",
"graphics",
"images",
"jpg",
"lossless",
"optimization",
"performance",
"png",
"webp"
],
"license": "Apache-2.0",
"name": "@j9t/imagemin-guard",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/j9t/imagemin-guard.git"
},
"scripts": {
"test": "jest"
},
"type": "module",
"version": "4.0.6"
}