fwt/package.json
2025-06-03 12:03:51 +08:00

14 lines
No EOL
250 B
JSON

{
"name": "fast-webapp-template",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.8.1"
}
}