UNPKG

imagemin-avif

Version:

> Avif [imagemin](https://github.com/imagemin/imagemin) plugin. Uses [sharp](https://github.com/lovell/sharp).

44 lines 947 B
{ "name": "imagemin-avif", "version": "0.1.6", "description": "", "main": "index.js", "scripts": { "test": "ava", "preversion": "", "version": "", "postversion": "git push && git push --tags" }, "keywords": [ "gulp", "avif", "imagemin" ], "author": { "email": "elfimov@gmail.com", "name": "Dmitry Elfimov", "url": "https://www.elfimov.ru/" }, "engines": { "node": ">=10" }, "license": "MIT", "dependencies": { "plugin-error": "1.0.1", "sharp": "^0.33.2" }, "devDependencies": { "ava": "^5.0.1", "eslint": "7.20.0", "eslint-config-airbnb-base": "14.2.1", "eslint-plugin-import": "^2.22.1" }, "repository": { "type": "git", "url": "git+https://github.com/delfimov/imagemin-avif.git" }, "bugs": { "url": "https://github.com/delfimov/imagemin-avif/issues" }, "homepage": "https://github.com/delfimov/imagemin-avif.git#readme" }