gulp-html-minifier-terser
Version:
Gulp plugin to minify HTML.
49 lines (48 loc) • 1.17 kB
JSON
{
"name": "gulp-html-minifier-terser",
"version": "8.0.0",
"description": "Gulp plugin to minify HTML.",
"keywords": [
"format",
"gulp",
"gulpplugin",
"htm",
"html",
"htmlmin",
"minification",
"minifier",
"minify"
],
"bugs": {
"url": "https://github.com/pioug/gulp-html-minifier-terser/issues"
},
"license": "MIT",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": {
"type": "git",
"url": "git+https://github.com/pioug/gulp-html-minifier-terser.git"
},
"main": "index.js",
"exports": "./index.js",
"scripts": {
"format": "oxfmt --write \"**/*.{js,json,yml,yaml,md}\"",
"format:check": "oxfmt --check \"**/*.{js,json,yml,yaml,md}\"",
"lint": "oxlint --deny-warnings .",
"prepublishOnly": "npm run format:check && npm run lint && npm test",
"test": "mocha"
},
"dependencies": {
"html-minifier-terser": "^7.1.0",
"plugin-error": "^2.0.0"
},
"devDependencies": {
"gulp": "^5.0.1",
"mocha": "^12.0.0-beta-9",
"oxfmt": "^0.32.0",
"oxlint": "^1.47.0",
"vinyl": "^3.0.0"
},
"engines": {
"node": ">=24.0.0"
}
}