Skip to main content
Module

x/astro_compress/package.json

๐Ÿ—œ๏ธ AstroJS compression utilities. Compress CSS, HTML, JavaScript and more.
Latest
File
{ "name": "astro-compress", "version": "1.1.40", "type": "module", "description": "๐Ÿ—œ๏ธ AstroJS compression utilities. Compress HTML, CSS, JavaScript and more.", "repository": { "type": "git", "url": "https://github.com/astro-community/astro-compress.git" }, "homepage": "https://github.com/astro-community/astro-compress#readme", "bugs": { "url": "https://github.com/astro-community/astro-compress/issues" }, "license": "MIT", "private": false, "main": "./dist/index.js", "types": "./dist/index.d.ts", "keywords": [ "astro-integration", "astro-component", "astro", "compression", "css", "html", "img", "javascript", "performance", "svg" ], "scripts": { "prepare": "lightrix build 'src/**/*.ts'" }, "dependencies": { "@types/csso": "5.0.0", "@types/html-minifier-terser": "7.0.0", "@types/sharp": "0.31.1", "csso": "5.0.5", "files-pipe": "0.0.3", "html-minifier-terser": "7.2.0", "sharp": "0.32.0", "svgo": "3.0.2", "terser": "5.17.1" }, "devDependencies": { "@lightrix/config": "0.0.11", "@lightrix/scripts": "1.0.2", "astro": "2.3.0" }, "publishConfig": { "access": "public" }}