mcnoaa-tides/docs/package.json
Ryan Malloy 73a6b91c91 Add llms.txt generation via starlight-llms-txt plugin
Generates /llms.txt, /llms-full.txt, and /llms-small.txt at build time.
URLs adapt to DOMAIN env var for correct production links.
2026-02-24 11:50:53 -07:00

24 lines
541 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",
"sharp": "^0.34.2",
"starlight-llms-txt": "^0.7.0"
}
}