gulp-libsquoosh
Version:
Minify images with libSquoosh, the Squoosh API for Node.
59 lines (58 loc) • 1.27 kB
JSON
{
"name": "gulp-libsquoosh",
"version": "1.1.2",
"description": "Minify images with libSquoosh, the Squoosh API for Node.",
"public": true,
"main": "index.js",
"files": [
"index.js",
"index.d.ts",
"LICENSE"
],
"scripts": {
"test": "xo && ava --verbose --no-worker-threads --timeout 5m",
"types": "npx tsc index.js --declaration --allowJs --emitDeclarationOnly --outDir ."
},
"repository": {
"type": "git",
"url": "https://github.com/pekeq/gulp-libsquoosh.git"
},
"keywords": [
"gulp-libsquoosh",
"gulp",
"libsquoosh",
"squoosh",
"gulpplugin",
"gulp-plugin",
"avif",
"jpeg-xl",
"jpegxl",
"mozjpeg",
"oxipng",
"webp",
"webp2",
"wp2"
],
"author": "Hideo Matsumoto <pekeq.9@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pekeq/gulp-libsquoosh/issues"
},
"engines": {
"node": " ^14.0.0 || ^16.0.0 "
},
"dependencies": {
"@squoosh/lib": "^0.4.0",
"lodash.debounce": "^4.0.8",
"plugin-error": "^1.0.1",
"through2": "^4.0.2"
},
"devDependencies": {
"@types/through2": "^2.0.36",
"@types/vinyl": "^2.0.6",
"ava": "^4.0.1",
"del": "^6.0.0",
"gulp": "^4.0.2",
"xo": "^0.39.1"
}
}