{
	"name": "@frontendista/html-minifier-terser",
	"version": "0.2.2",
	"description": "HTML minifier that uses LightningCSS and ESBuild",
	"type": "module",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"files": [
		"dist",
		"package.json",
		"LICENCE.md",
		"README.md"
	],
	"scripts": {
		"dev": "tsup --watch",
		"build": "tsup",
		"demo": "ts-node demo/demo.ts",
		"prepublishOnly": "pnpm build"
	},
	"dependencies": {
		"@types/html-minifier-terser": "^7.0.0",
		"browserslist": "^4.21.9",
		"esbuild": "^0.18.15",
		"html-minifier-terser": "^7.2.0",
		"lightningcss": "^1.21.5"
	},
	"devDependencies": {
		"@types/node": "^20.4.4",
		"ts-node": "^10.9.1",
		"tsup": "^7.1.0",
		"typescript": "^5.1.6"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/frontendista/html-minifier-terser.git"
	},
	"bugs": "https://github.com/frontendista/html-minifier-terser/issues",
	"homepage": "https://github.com/frontendista/html-minifier-terser",
	"author": {
		"name": "Pavel Sušický",
		"url": "https://frontendista.cz"
	},
	"license": "MIT"
}
