Files
astro_tutorial/package.json
2025-04-12 09:52:41 -04:00

14 lines
239 B
JSON

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