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