{ "name": "docs", "type": "module", "version": "0.2.0", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/starlight": "^0.41.9", "astro": "^7.2.9", "sharp": "^0.34.5" } }