Skip to main content
Module

x/astro_compress/package.json

๐Ÿ—œ๏ธ AstroJS compression utilities. Compress CSS, HTML, JavaScript and more.
Go to Latest
File
{ "name": "astro-compress", "version": "0.0.14", "type": "module", "description": "๐Ÿ—œ๏ธ AstroJS compression utilities. Compress HTML, CSS, JavaScript and more.", "repository": { "type": "git", "url": "git+https://github.com/Playform/astro-compress.git" }, "homepage": "https://github.com/Playform/astro-compress#readme", "bugs": { "url": "https://github.com/Playform/astro-compress/issues" }, "author": "Nikola Hristov <nikola@playform.cloud>", "license": "SEE LICENSE IN LICENSE", "main": "./dist/index.js", "types": "./dist/index.d.ts", "keywords": [ "astro-component", "astro", "compression", "css", "html", "img", "javascript", "performance", "svg" ], "scripts": { "build": "esbuild --format=esm --platform=node --target=node14 --sources-content=false --minify --outdir=dist src/index.ts && tsc" }, "dependencies": { "csso": "5.0.4", "fast-glob": "3.2.11", "html-minifier-terser": "6.1.0", "sharp": "0.30.7", "svgo": "2.8.0", "terser": "5.14.2" }, "devDependencies": { "@types/node": "18.6.1", "astro": "1.0.0-beta.73", "esbuild": "0.14.50", "typescript": "4.7.4" }}