UNPKG

minify-all-cli

Version:

Minify All JS, CSS and HTML files in a folder by using UglifyJS, CSSNano and HTMLMinifier with an option to gzip all the files as well.

53 lines (52 loc) 1.29 kB
{ "name": "minify-all-cli", "version": "1.0.13", "description": "Minify All JS, CSS and HTML files in a folder by using UglifyJS, CSSNano and HTMLMinifier with an option to gzip all the files as well.", "main": "bin/minify-all-cli.js", "bin": { "minify-all": "./bin/minify-all-cli.js" }, "scripts": { "test": "mocha --timeout 90000 tests/*.js --exit" }, "repository": { "type": "git", "url": "git+https://github.com/jadiagaurang/minify-all-cli.git" }, "keywords": [ "Minify", "Minify All", "Minify All CLI", "Minify All JS", "Minify All CSS", "Minify All HTML", "Compress", "uglifyjs", "", "cssnano", "html-minifier", "gzip" ], "author": "Gaurang Jadia", "license": "MIT", "dependencies": { "cssnano": "^5.1.5", "html-minifier": "^4.0.0", "parallel-each": "^1.1.7", "postcss": "^8.4.12", "terser": "^5.13.1", "uglify-js": "^3.15.2", "underscore": "^1.13.2", "winston": "^3.6.0", "yargs": "^17.4.0" }, "bugs": { "url": "https://github.com/jadiagaurang/minify-all-cli/issues" }, "homepage": "https://github.com/jadiagaurang/minify-all-cli#readme", "devDependencies": { "chai": "^4.3.6", "concat-stream": "^2.0.0", "mocha": "^10.0.0" } }