{ "name": "starlight-docs", "private": true, "type": "module", "version": "0.0.1", "scripts": { "test": "playwright install --with-deps chromium && playwright test", "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "typecheck": "tsc --noEmit", "linkcheck": "CHECK_LINKS=true pnpm build", "astro": "astro", "lunaria:build": "lunaria build", "grammars": "node grammars/generate.mjs" }, "dependencies": { "@astro-community/astro-embed-youtube": "^0.5.6", "@astrojs/starlight": "workspace:*", "@lunariajs/core": "^0.1.1", "@types/culori": "^2.1.1", "astro": "^5.1.5", "culori": "^4.0.1", "sharp": "^0.32.5" }, "devDependencies": { "@playwright/test": "^1.45.0", "axe-playwright": "^2.0.3", "sitemapper": "^3.2.12", "starlight-links-validator": "^0.14.0" } }