Website/package.json
2025-02-11 12:49:34 -05:00

14 lines
No EOL
241 B
JSON

{
"name": "solar-shell",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.2.5"
}
}