Files
portfolio/package.json
Alejandro Laguna 8bb138dbe5 chore: setup astro
2025-08-02 14:40:33 +02:00

14 lines
242 B
JSON

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