{ "name": "ms-haushalt", "type": "module", "version": "0.0.1", "engines": { "node": ">=22.12.0" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@fontsource-variable/geist": "^5.2.8", "@fontsource-variable/geist-mono": "^5.2.7", "astro": "^6.2.2", "d3-dsv": "^3.0.1", "d3-hierarchy": "^3.1.2" }, "devDependencies": { "@astrojs/check": "^0.9.9", "@types/d3-dsv": "^3.0.7", "@types/d3-hierarchy": "^3.1.7", "@types/node": "^25.6.0", "tsx": "^4.21.0", "typescript": "^6.0.3" } }