@hidoo/gulp-plugin-webp
Version:
Plugin that generate webp for gulp.
34 lines (33 loc) • 644 B
JSON
{
"name": "@hidoo/gulp-plugin-webp",
"version": "1.0.0-alpha.4",
"description": "Plugin that generate webp for gulp.",
"engines": {
"node": ">=18.4.0"
},
"type": "module",
"main": "src/index.js",
"files": [
"src/"
],
"keywords": [
"gulp",
"plugin"
],
"publishConfig": {
"access": "public"
},
"author": "hidoo",
"license": "MIT",
"dependencies": {
"fancy-log": "2.0.0",
"imagemin-webp": "8.0.0",
"plugin-error": "2.0.1",
"through2": "4.0.2",
"vinyl": "3.0.0"
},
"peerDependencies": {
"gulp": ">=4.0.2"
},
"gitHead": "c96e372bb241cb118b960c61afe1e67904f475ee"
}