{
	"name": "@otterlord/astro-compress",
	"version": "1.1.51",
	"private": false,
	"description": "🗜️ AstroJS compression utilities. Compress HTML, CSS, JavaScript and more!",
	"keywords": [
		"astro-integration",
		"astro-component",
		"astro",
		"compression",
		"css",
		"html",
		"img",
		"javascript",
		"performance",
		"svg"
	],
	"homepage": "https://github.com/TheOtterlord/astro-compress#readme",
	"bugs": {
		"url": "https://github.com/TheOtterlord/astro-compress/issues"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/TheOtterlord/astro-compress.git"
	},
	"license": "MIT",
	"type": "module",
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"dependencies": {
		"@types/csso": "5.0.0",
		"@types/html-minifier-terser": "7.0.0",
		"csso": "5.0.5",
		"html-minifier-terser": "7.2.0",
		"sharp": "0.32.4",
		"svgo": "3.0.2",
		"terser": "5.19.2"
	}
}
