{
  "name": "starlight-ion-theme",
  "version": "2.3.1",
  "type": "module",
  "exports": {
    ".": "./index.ts",
    "./ec-theme": "./ec-theme.ts",
    "./constants": "./components/constants.ts",
    "./package.json": "./package.json",
    "./styles/*": "./styles/*",
    "./components/*": "./components/*",
    "./schemas/*": "./schemas/*",
    "./icons/*": "./icons/*",
    "./utils/*": "./components/utils/*",
    "./middleware": "./middleware.ts"
  },
  "homepage": "https://louisescher.github.io/starlight-ion-theme/",
  "author": "Louis Escher <louisescher@proton.me>",
  "files": [
    "index.ts",
    "ec-theme.ts",
    "constants.ts",
    "styles",
    "components",
    "schemas",
    "icons",
    "utils",
    "middleware.ts"
  ],
  "keywords": [
    "withastro",
    "starlight",
    "ion"
  ],
  "devDependencies": {
    "astro": "^5.12.0",
    "shiki": "^1.26.1",
    "typescript": "^5.7.2"
  },
  "peerDependencies": {
    "@astrojs/starlight": "^0.35",
    "astro": "^5.12.0"
  },
  "dependencies": {
    "@astrojs/starlight": "^0.35",
    "@iconify/tools": "^4.1.1",
    "@iconify/utils": "^2.2.1",
    "@shikijs/themes": "^1.26.1",
    "astro-icon": "^1.1.5",
    "pathe": "^2.0.1"
  }
}