gulp-avif
Version:
gulp plugin for convert images from png or jpg to avif
40 lines (39 loc) • 803 B
JSON
{
"name": "gulp-avif",
"version": "1.1.1",
"description": "gulp plugin for convert images from png or jpg to avif",
"main": "index.js",
"scripts": {
"test": "eslint ./index.js"
},
"author": "Dmytro Myroshnychenko",
"license": "ISC",
"dependencies": {
"plugin-error": "1.0.1",
"sharp": "0.30.3",
"through2": "4.0.2"
},
"devDependencies": {
"eslint": "8.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dean992008/gulp-avif.git"
},
"keywords": [
"gulpplugin",
"avif",
"image",
"conventer",
"img",
"picture",
"photo",
"png",
"jpg",
"jpeg"
],
"bugs": {
"url": "https://github.com/dean992008/gulp-avif/issues"
},
"homepage": "https://github.com/dean992008/gulp-avif#readme"
}