static-pages/package.json
2025-04-16 13:52:43 -04:00

14 lines
No EOL
254 B
JSON

{
"name": "sudovanilla-static-pages",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.7.2"
}
}