astro-brotli/package.json

45 lines
900 B
JSON

{
"name": "@zokki/astro-brotli",
"version": "1.0.1",
"description": "brotli compression for astro static sites",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"homepage": "https://gitea.zokki.net/zokki/astro-brotli",
"scripts": {
"build": "tsup ./src/index.ts --format cjs,esm --dts",
"lint": "tsc"
},
"repository": {
"type": "git",
"url": "https://gitea.zokki.net/zokki/astro-brotli"
},
"keywords": [
"astro",
"withastro",
"astro-integration",
"astro-brotli",
"brotli",
"html",
"css",
"svg",
"compression",
"performance",
"optimization"
],
"author": "Tim-Niclas Oelschläger",
"license": "MIT",
"dependencies": {
"@zokki/integration-utils": "^1.1.0"
},
"devDependencies": {
"@types/node": "^20.12.7",
"tsup": "^8.0.2",
"typescript": "^5.4.4"
},
"peerDependencies": {
"astro": "*",
"glob": ">= 10"
}
}