selfhost-hub/package.json
2025-04-08 09:08:34 +08:00

17 lines
329 B
JSON

{
"name": "selfhost-hub",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.33.0",
"astro": "^5.5.3",
"sharp": "^0.32.5"
}
}