{ "name": "hexo-yam", "description": "Yet Another Minifier. Minify and compress html, js and css", "version": "2.0.0", "readme": "README.md", "main": "index.js", "directories": { "lib": "./lib" }, "files": [ "lib", "index.js" ], "engines": { "node": ">= 8" }, "author": "weyusi", "license": "MIT", "homepage": "https://github.com/weyusi/hexo-yam", "repository": { "type": "git", "url": "https://github.com/weyusi/hexo-yam.git" }, "dependencies": { "clean-css": "^4.2.1", "html-minifier": "^4.0.0", "iltorb": "^2.4.2", "nanomatch": "^1.2.13", "svgo": "^1.2.2", "terser": "^3.17.0" }, "keywords": [ "html", "js", "css", "svg", "minify", "compress", "gzip", "brotli", "hexo-yam", "hexo" ] }