UNPKG

@mole-inc/imagemin-webp

Version:
63 lines (62 loc) 1.21 kB
{ "name": "@mole-inc/imagemin-webp", "version": "7.0.0", "description": "WebP imagemin plugin", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mole-inc/imagemin-webp.git" }, "type": "commonjs", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "scripts": { "test": "xo && nyc ava", "coverage": "nyc report --reporter=lcov", "release": "standard-version", "prepare": "husky install" }, "publishConfig": { "access": "public" }, "files": [ "index.js" ], "keywords": [ "compress", "cwebp", "image", "imageminplugin", "img", "jpg", "minify", "optimize", "png", "tif", "webp" ], "dependencies": { "@mole-inc/cwebp-bin": "^9.0.2", "exec-buffer": "^3.2.0", "is-cwebp-readable": "^3.0.0" }, "devDependencies": { "@commitlint/cli": "latest", "@commitlint/config-conventional": "latest", "ava": "^3.15.0", "husky": "^7.0.4", "is-webp": "^1.0.1", "nyc": "^15.1.0", "standard-version": "latest", "xo": "^0.43.0" }, "xo": { "rules": { "unicorn/prefer-node-protocol": "off", "unicorn/explicit-length-check": "off", "unicorn/prefer-module": "off", "node/prefer-global/buffer": "off" } } }