{ "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.4", "@astrojs/starlight": "^0.32.0", "astro": "^5.3.0", "astro-mermaid": "1.0.4", "mermaid": "11.11.0", "typescript": "^5.7.3" }, "devDependencies": { "cspell": "8.17.3", "gray-matter": "4.0.3", "vitest": "4.0.5" } }