{
  "name": "starlight-theme-catppuccin",
  "version": "2.0.0",
  "type": "module",
  "exports": {
    ".": "./index.ts",
    "./styles/*": "./styles/*",
    "./themes/*": "./themes/*"
  },
  "homepage": "https://catppuccin-starlight.otterlord.dev/",
  "author": "Reuben Tier <otterlord.dev@gmail.com>",
  "contributors": [
    "Louis Escher <louisescher@proton.me>"
  ],
  "files": [
    "index.ts",
    "styles",
    "themes"
  ],
  "keywords": [
    "withastro",
    "starlight",
    "catppuccin"
  ],
  "devDependencies": {
    "astro": "^5.0.0",
    "nodemon": "^3.1.7",
    "typescript": "^5.5.4"
  },
  "peerDependencies": {
    "@astrojs/starlight": "^0.30.0",
    "astro": "^5.0.0"
  },
  "dependencies": {
    "@astrojs/starlight": "^0.30.0"
  },
  "scripts": {
    "dev": "nodemon --watch \"./templates/*\" -e tera --exec \"pnpm build\"",
    "build": "whiskers templates/template.tera"
  }
}