Files
2026-04-20 06:22:50 +00:00

18 lines
287 B
JSON

{
"name": "fleckenhilfe",
"type": "module",
"version": "0.1.0",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^6.1.8"
}
}