{
  "name": "docs-app",
  "type": "module",
  "version": "0.1.0",
  "description": "A multi-page documentation site on CloudGrid (Astro Starlight + agent-readable llms.txt).",
  "scripts": {
    "dev": "astro dev",
    "build": "astro build",
    "preview": "astro preview"
  },
  "dependencies": {
    "@astrojs/starlight": "^0.41.3",
    "astro": "^7.0.2",
    "sharp": "^0.35.0"
  },
  "devDependencies": {
    "starlight-llms-txt": "^0.11.0"
  }
}
