{ "name": "documentation", "type": "module", "version": "1.0.0", "scripts": { "dev": "astro dev", "start": "astro dev", "lint": "cspell src/content/docs", "build": "astro build", "preview": "astro preview", "astro": "astro", "test": "vitest --run" }, "dependencies": { "@astrojs/check": "0.9.6", "@astrojs/starlight": "0.37.5", "astro": "5.16.5", "astro-mermaid": "1.2.0", "mermaid": "11.12.2", "typescript": "5.9.3" }, "devDependencies": { "cspell": "9.4.0", "gray-matter": "4.0.3", "vitest": "4.0.15" } }