Files
saiti-wiki/package.json
2026-04-18 16:58:50 +03:00

18 lines
324 B
JSON

{
"name": "server-wiki",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.38.3",
"astro": "^6.1.7"
}
}