MyFavStuff2/package.json
2025-05-20 20:47:13 +02:00

14 lines
241 B
JSON

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