UNPKG

@j9t/imagemin-guard

Version:

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

44 lines 1.02 kB
{ "author": "Jens Oliver Meiert", "bin": { "imagemin-guard": "bin/imagemin-guard.js", "imagemin-merlin": "bin/imagemin-guard.js" }, "dependencies": { "globby": "^16.0.0", "sharp": "^0.34.5", "simple-git": "^3.30.0" }, "description": "Ensure losslessly compressed PNG, JPG, GIF, WebP, and AVIF images (suitable for manual and automatic compression)", "devDependencies": { "eslint": "^9.39.2" }, "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": { "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "node --test bin/imagemin-guard.test.js" }, "type": "module", "version": "5.1.0" }