UNPKG

minify

Version:

Minifier of js, css, html and img

68 lines (67 loc) 1.58 kB
{ "name": "minify", "version": "15.2.0", "description": "Minifier of js, css, html and img", "homepage": "http://coderaiser.github.io/minify", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "type": "module", "keywords": [ "minify", "minimize", "js", "css", "img", "html", "base64" ], "repository": { "type": "git", "url": "http://github.com/coderaiser/minify.git" }, "bin": { "minify": "bin/minify.js" }, "scripts": { "test": "madrun test", "coverage": "madrun coverage", "coverage:escover": "madrun coverage:escover", "fix:lint": "madrun fix:lint", "lint": "madrun lint", "fresh:lint": "madrun fresh:lint", "lint:fresh": "madrun lint:fresh" }, "dependencies": { "@putout/minify": "^6.0.0", "@swc/core": "^1.6.7", "clean-css": "^5.0.1", "css-b64-images": "~0.2.5", "debug": "^4.1.0", "esbuild": "^0.27.2", "find-up": "^8.0.0", "html-minifier-next": "^5.1.5", "lightningcss": "^1.28.1", "montag": "^1.2.1", "oxc-minify": "^0.116.0", "readjson": "^2.2.2", "terser": "^5.28.1", "try-catch": "^4.0.7", "try-to-catch": "^4.0.3" }, "main": "lib/minify.js", "license": "MIT", "engines": { "node": ">=22" }, "devDependencies": { "escover": "^6.0.0", "eslint": "^10.0.2", "eslint-plugin-putout": "^31.0.2", "madrun": "^13.0.0", "putout": "^42.0.25", "superc8": "^12.2.4", "supertape": "^12.0.0" }, "publishConfig": { "access": "public" } }