Files
hoelee-blog/package.json
T
2026-09-06 04:18:16 +08:00

16 lines
261 B
JSON

{
"name": "hoelee-blog",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.5.0"
}
}