newechoes/package.json
2025-02-24 16:18:36 +08:00

14 lines
239 B
JSON

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