{
  "name": "starlight-theme-next",
  "version": "0.4.0",
  "description": "Starlight theme inspired by the Next.js docs.",
  "keywords": [
    "starlight",
    "theme",
    "nextjs",
    "docs",
    "black",
    "dark"
  ],
  "homepage": "https://starlight-theme-next.trueberryless.org/",
  "bugs": {
    "url": "https://github.com/trueberryless-org/starlight-theme-next/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/trueberryless-org/starlight-theme-next.git",
    "directory": "packages/starlight-theme-next"
  },
  "license": "MIT",
  "author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)",
  "type": "module",
  "exports": {
    ".": "./index.ts",
    "./fonts/*": "./fonts/*",
    "./styles.css": "./styles.css"
  },
  "devDependencies": {
    "@astrojs/starlight": "^0.38.1",
    "astro": "^6.0.5"
  },
  "peerDependencies": {
    "@astrojs/starlight": ">=0.38"
  },
  "engines": {
    "node": ">=22.12.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
