Files
lolisland.us/package.json
2025-12-07 10:40:34 +08:00

17 lines
312 B
JSON

{
"name": "lolisland.us",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.0.0"
},
"devDependencies": {}
}