{ "name": "frontend", "type": "module", "version": "0.0.1", "license": "EUPL-1.2", "scripts": { "dev": "astro dev", "build": "astro build", "check": "astro check --minimumSeverity error", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.9.6", "@astrojs/node": "^9.0.0", "astro": "^5.16.15", "typescript": "^5.9.3" } }