mirror-web/package.json
2025-04-25 10:04:20 +08:00

14 lines
244 B
JSON

{
"name": "mirror-web-new",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.7.5"
}
}