{ "name": "mcaxl-docs", "version": "2026.04.28", "private": true, "type": "module", "description": "mcaxl — read-only CUCM/AXL audit MCP server documentation site", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "check": "astro check" }, "dependencies": { "@astrojs/starlight": "^0.38.3", "@iconify-json/lucide": "^1.2.102", "astro": "^6.1.8", "astro-icon": "^1.1.5", "astro-mermaid": "^2.0.1", "sharp": "^0.33.5", "starlight-page-actions": "^0.6.0" }, "devDependencies": { "typescript": "^5.7.2" } }