@minify-html/wasm
Version:
Extremely fast and smart HTML + JS + CSS minifier
44 lines (43 loc) • 894 B
JSON
{
"name": "@minify-html/wasm",
"type": "module",
"collaborators": [
"Wilson Lin <code@wilsonl.in>"
],
"version": "0.16.4",
"files": [
"index_bg.wasm",
"index.js",
"index_bg.js",
"index.d.ts"
],
"main": "index.js",
"types": "index.d.ts",
"sideEffects": [
"./index.js",
"./snippets/*"
],
"description": "Extremely fast and smart HTML + JS + CSS minifier",
"repository": {
"type": "git",
"url": "git+https://github.com/wilsonzlin/minify-html.git"
},
"author": {
"email": "npm@wilsonl.in",
"name": "Wilson Lin",
"url": "https://wilsonl.in/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/wilsonzlin/minify-html/issues"
},
"homepage": "https://github.com/wilsonzlin/minify-html#readme",
"keywords": [
"compress",
"compressor",
"fast",
"html",
"minifier",
"minify"
]
}