{ "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" } }