mo-website/package.json
2025-03-08 23:05:35 +01:00

14 lines
230 B
JSON

{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.4.2"
}
}