{
  "name": "@lorenzo_lewis/starlight-utils",
  "author": "Lorenzo Lewis",
  "version": "0.3.2",
  "license": "MIT",
  "description": "Utilities to use with your 🌟 Starlight site.",
  "type": "module",
  "exports": {
    ".": "./index.ts",
    "./components": "./components/index.ts",
    "./middleware": "./middleware.ts",
    "./components/SiteTitle.astro": "./components/SiteTitle.astro",
    "./components/Sidebar.astro": "./components/Sidebar.astro"
  },
  "devDependencies": {
    "@astrojs/starlight": "^0.32.2",
    "astro": "^5.5.2"
  },
  "peerDependencies": {
    "@astrojs/starlight": ">=0.32.0",
    "astro": ">=5"
  },
  "dependencies": {
    "astro-integration-kit": "^0.18.0"
  },
  "keywords": [
    "starlight",
    "plugin",
    "utils",
    "astro",
    "astro-component",
    "withastro"
  ],
  "homepage": "https://starlight-utils.pages.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/lorenzolewis/starlight-utils.git",
    "directory": "packages/starlight-utils"
  },
  "bugs": "https://github.com/lorenzolewis/starlight-utils/issues",
  "scripts": {}
}