Files
folporio/package.json

14 lines
231 B
JSON
Raw Normal View History

2025-11-24 10:31:49 +01:00
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.16.0"
}
}