UNPKG

@j9t/imagemin-guard

Version:

Ensure losslessly compressed PNG, JPG, GIF, WebP, and AVIF images (suitable for manual and automatic compression)

44 lines 983 B
{ "author": "Jens Oliver Meiert", "bin": { "imagemin-guard": "bin/imagemin-guard.js", "imagemin-merlin": "bin/imagemin-guard.js" }, "dependencies": { "filesize": "^10.1.6", "gifsicle": "^7.0.1", "globby": "^14.1.0", "sharp": "^0.34.1", "simple-git": "^3.27.0" }, "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://git@github.com/j9t/imagemin-guard.git" }, "scripts": { "test": "jest" }, "type": "module", "version": "4.3.0" }