mirror of
https://github.com/HackPlan/imagemin-webp.git
synced 2026-01-12 06:54:40 +08:00
52 lines
836 B
JSON
52 lines
836 B
JSON
{
|
|
"name": "imagemin-webp",
|
|
"version": "6.0.0",
|
|
"description": "WebP imagemin plugin",
|
|
"license": "MIT",
|
|
"repository": "imagemin/imagemin-webp",
|
|
"author": {
|
|
"name": "Kevin Mårtensson",
|
|
"email": "kevinmartensson@gmail.com",
|
|
"url": "github.com/kevva"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"compress",
|
|
"cwebp",
|
|
"image",
|
|
"imageminplugin",
|
|
"img",
|
|
"jpg",
|
|
"minify",
|
|
"optimize",
|
|
"png",
|
|
"tif",
|
|
"webp"
|
|
],
|
|
"dependencies": {
|
|
"exec-buffer": "^3.0.0",
|
|
"bin-wrapper": "^4.0.1",
|
|
"is-cwebp-readable": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^3.8.0",
|
|
"is-webp": "^1.0.0",
|
|
"xo": "^0.30.0"
|
|
}
|
|
}
|