{ "name": "@proj-airi/docs", "type": "module", "private": true, "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/starlight": "^0.32.0", "astro": "^5.3.0", "sharp": "^0.33.5", "starlight-theme-catppuccin": "^2.0.0" } }