Files
madmug/package.json
2026-03-11 14:32:57 +01:00

21 lines
368 B
JSON

{
"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"
}
}