{ "name": "herdr-website", "private": true, "type": "module", "scripts": { "prepare-docs": "node scripts/prepare-docs.mjs", "dev": "node scripts/prepare-docs.mjs && astro dev", "test": "bun test src/docs-path.test.ts", "build": "bun run test && node scripts/prepare-docs.mjs && astro build", "preview": "astro preview" }, "dependencies": { "@astrojs/starlight": "^0.36.0", "astro": "^5.0.0" } }