mcnoaa-tides/docs/package.json
Ryan Malloy a5009941ab Add OG social cards, Mermaid diagrams, and robots.txt
- OG images: auto-generated per page via astro-og-canvas with maritime
  teal theme, wired through Starlight route data middleware
- Mermaid: request flow and parallel fetch diagrams on architecture page
- robots.txt: sitemap and llms.txt references for crawlers
2026-02-24 13:33:34 -07:00

26 lines
606 B
JSON

{
"name": "mcnoaa-tides-docs",
"type": "module",
"version": "2026.02.22",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.37.6",
"@fontsource/inter": "^5.1.1",
"@fontsource/jetbrains-mono": "^5.1.1",
"@iconify-json/lucide": "^1.2.91",
"astro": "^5.6.1",
"astro-icon": "^1.1.5",
"astro-mermaid": "^1.3.1",
"astro-og-canvas": "^0.10.1",
"sharp": "^0.34.2",
"starlight-llms-txt": "^0.7.0"
}
}