{
  "name": "starlight-obsidian",
  "version": "0.12.1",
  "license": "MIT",
  "description": "Starlight plugin to publish Obsidian vaults.",
  "author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)",
  "type": "module",
  "exports": {
    ".": "./index.ts",
    "./components/PageTitle.astro": "./components/starlight/PageTitle.astro",
    "./components/Twitter.astro": "./components/Twitter.astro",
    "./components/Youtube.astro": "./components/Youtube.astro",
    "./middleware": "./middleware.ts",
    "./overrides/PageTitle.astro": "./overrides/PageTitle.astro",
    "./schema": "./schema.ts",
    "./styles/common": "./styles/common.css",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@astro-community/astro-embed-twitter": "^0.5.11",
    "@astro-community/astro-embed-youtube": "^0.5.10",
    "decode-uri-component": "^0.4.1",
    "github-slugger": "^2.0.0",
    "globby": "^16.1.1",
    "hast-util-to-html": "^9.0.5",
    "is-absolute-url": "^5.0.0",
    "mdast-util-find-and-replace": "^3.0.2",
    "mdast-util-from-markdown": "^2.0.3",
    "mdast-util-to-hast": "^13.2.1",
    "nanoid": "^5.1.6",
    "rehype": "^13.0.2",
    "rehype-katex": "^7.0.1",
    "rehype-mermaid": "^2.1.0",
    "remark": "^15.0.1",
    "remark-frontmatter": "^5.0.0",
    "remark-gfm": "^4.0.1",
    "remark-math": "^6.0.0",
    "unist-util-visit": "^5.1.0",
    "vfile": "^6.0.3",
    "yaml": "^2.8.2"
  },
  "devDependencies": {
    "@types/hast": "^3.0.4",
    "@types/mdast": "^4.0.4",
    "@types/node": "^22.19.15",
    "@types/unist": "^3.0.3",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "peerDependencies": {
    "@astrojs/starlight": ">=0.34.0"
  },
  "engines": {
    "node": ">=22.12.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "keywords": [
    "starlight",
    "plugin",
    "obsidian",
    "vault",
    "documentation",
    "astro"
  ],
  "homepage": "https://github.com/HiDeoo/starlight-obsidian",
  "repository": {
    "type": "git",
    "url": "https://github.com/HiDeoo/starlight-obsidian.git",
    "directory": "packages/starlight-obsidian"
  },
  "bugs": "https://github.com/HiDeoo/starlight-obsidian/issues",
  "scripts": {
    "test": "vitest",
    "lint": "eslint . --cache --max-warnings=0"
  }
}