{ "name": "madmug", "type": "module", "version": "0.0.1", "engines": { "node": ">=22.12.0" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/svelte": "^8.0.0", "astro": "^6.0.2", "svelte": "^5.53.10", "typescript": "^5.9.3" } }