{
  "name": "@openscript-ch/starlight-theme",
  "version": "0.1.33",
  "license": "MIT",
  "description": "Starlight theme of openscript Ltd.",
  "author": "openscript GmbH",
  "type": "module",
  "exports": {
    ".": "./index.ts",
    "./components": "./components.ts",
    "./overrides/LanguageSelect.astro": "./overrides/LanguageSelect.astro",
    "./overrides/Pagination.astro": "./overrides/Pagination.astro",
    "./overrides/ThemeSelect.astro": "./overrides/ThemeSelect.astro",
    "./styles/anchors": "./styles/anchors.css",
    "./styles/base": "./styles/base.css",
    "./styles/layers": "./styles/layers.css",
    "./styles/theme": "./styles/theme.css",
    "./package.json": "./package.json"
  },
  "peerDependencies": {
    "@astrojs/starlight": ">=0.38.0"
  },
  "dependencies": {
    "@types/reveal.js": "^5.2.2",
    "reveal.js": "^6.0.1"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "sideEffects": false,
  "keywords": [
    "starlight",
    "theme",
    "openscript",
    "plugin",
    "documentation",
    "astro"
  ],
  "homepage": "https://github.com/openscript-ch/starlight-theme",
  "repository": {
    "type": "git",
    "url": "https://github.com/openscript-ch/starlight-theme",
    "directory": "packages/starlight-theme-openscript"
  },
  "bugs": "https://github.com/openscript-ch/starlight-theme/issues",
  "scripts": {
    "lint": "eslint . --cache --max-warnings=0"
  }
}