{ "name": "gr-mcp-docs", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "generate-api-docs": "python scripts/generate-api-docs.py" }, "dependencies": { "@astrojs/starlight": "^0.32.3", "astro": "^5.2.5", "sharp": "^0.33.5" } }