flake-template-hell/templates/astro/package.json

14 lines
241 B
JSON
Raw Normal View History

2025-04-07 02:08:46 +01:00
{
"name": "change-name",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.6.1"
}
}