{
  "name": "docs",
  "type": "module",
  "version": "0.0.1",
  "scripts": {
    "dev": "astro dev",
    "build": "astro build"
  },
  "dependencies": {
    "@astrojs/starlight": "^0.26.1",
    "astro": "^4.10.2",
    "sharp": "^0.32.5"
  }
}