imagemin-mozjpeg
Version:
Imagemin plugin for mozjpeg
56 lines (55 loc) • 1.05 kB
JSON
{
"name": "imagemin-mozjpeg",
"version": "10.0.0",
"description": "Imagemin plugin for mozjpeg",
"license": "MIT",
"repository": "imagemin/imagemin-mozjpeg",
"type": "module",
"exports": "./index.js",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
"maintainers": [
{
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
{
"name": "Shinnosuke Watanabe",
"url": "github.com/shinnn"
}
],
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"compress",
"image",
"imageminplugin",
"img",
"jpeg",
"jpg",
"minify",
"mozjpeg",
"optimize"
],
"dependencies": {
"execa": "^6.0.0",
"is-jpg": "^3.0.0",
"mozjpeg": "^8.0.0"
},
"devDependencies": {
"ava": "^3.15.0",
"is-progressive": "^3.0.0",
"xo": "^0.47.0"
}
}