{
  "name": "blume",
  "version": "1.5.3",
  "description": "Documentation that's fast, AI-ready, and zero-config.",
  "keywords": [
    "astro",
    "docs",
    "documentation",
    "markdown",
    "mdx",
    "vite"
  ],
  "homepage": "https://github.com/haydenbleasel/blume#readme",
  "bugs": {
    "url": "https://github.com/haydenbleasel/blume/issues"
  },
  "license": "MIT",
  "author": "Hayden Bleasel",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/haydenbleasel/blume.git",
    "directory": "packages/blume"
  },
  "bin": {
    "blume": "bin/blume.mjs"
  },
  "files": [
    "dist",
    "src",
    "bin",
    "docs",
    "skills",
    "CHANGELOG.md"
  ],
  "type": "module",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "default": "./src/index.ts"
    },
    "./ai/*": "./src/ai/*",
    "./schema": {
      "types": "./dist/types/core/schema.d.ts",
      "default": "./src/core/schema.ts"
    },
    "./runtime": "./src/runtime/index.ts",
    "./hooks": "./src/components/islands/hooks.ts",
    "./astro": "./src/astro/index.ts",
    "./og": "./src/og/index.ts",
    "./markdown": "./src/markdown/index.ts",
    "./components": "./src/components/index.ts",
    "./components/*": "./src/components/*",
    "./core/*": "./src/core/*",
    "./openapi/*": "./src/openapi/*",
    "./sources/*": "./src/core/sources/*",
    "./theme/*": "./src/theme/*",
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "bun run scripts/build.ts",
    "bundle-docs": "node scripts/bundle-docs.mjs",
    "prepack": "bun run scripts/build.ts && node scripts/bundle-docs.mjs",
    "test": "bun test",
    "test:coverage": "bun test --coverage",
    "typecheck": "tsgo --noEmit && tsgo -p test/tsconfig.json --noEmit"
  },
  "dependencies": {
    "@astrojs/check": "^0.9.0",
    "@astrojs/markdown-satteri": "^0.3.2",
    "@astrojs/mdx": "^7.0.0",
    "@astrojs/node": "^11.0.0",
    "@astrojs/react": "^6.0.0",
    "@astrojs/vercel": "^11.0.3",
    "@asyncapi/converter": "^2.0.2",
    "@clack/prompts": "^1.7.0",
    "@iconify-json/lucide": "^1.2.115",
    "@iconify/types": "^2.0.0",
    "@iconify/utils": "^3.1.3",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@orama/orama": "^3.1.18",
    "@pierre/diffs": "^1.2.11",
    "@scalar/astro": "^0.4.5",
    "@scalar/openapi-parser": "^0.28.8",
    "@scalar/openapi-types": "^0.9.1",
    "@shikijs/transformers": "^4.2.0",
    "@shikijs/twoslash": "^4.2.0",
    "@tailwindcss/typography": "^0.5.20",
    "@tailwindcss/vite": "^4",
    "@types/mdast": "^4.0.4",
    "@vercel/analytics": "^2.0.1",
    "ai": "^7.0.42",
    "astro": "^7.1.0",
    "babel-plugin-react-compiler": "^1.0.0",
    "chokidar": "^5.0.0",
    "citty": "^0.1.6",
    "consola": "^3.4.0",
    "cross-spawn": "^7.0.6",
    "dompurify": "^3.4.13",
    "dotenv": "^17.4.2",
    "epub-gen-memory": "^1.1.2",
    "fast-xml-parser": "^5.10.1",
    "get-tsconfig": "^4.14.1",
    "github-slugger": "^2.0.0",
    "gray-matter": "^4.0.3",
    "html-escaper": "^3.0.3",
    "image-size": "^2.0.2",
    "jiti": "^2.4.0",
    "js-yaml": "^4.3.1",
    "katex": "^0.18.1",
    "markdown-table": "^3.0.4",
    "marked": "^18.0.5",
    "mdast-util-from-markdown": "^2.0.3",
    "mdast-util-gfm": "^3.1.0",
    "mdast-util-to-string": "^4.0.0",
    "medium-zoom": "^1.1.0",
    "mermaid": "^11.16.1",
    "micromark-extension-gfm": "^3.0.0",
    "nanotar": "^0.3.0",
    "node-html-parser": "^9.0.0",
    "openapi-sampler": "^1.7.4",
    "p-limit": "^7.3.1",
    "p-map": "^7.0.6",
    "p-retry": "^8.0.0",
    "package-manager-detector": "^1.8.0",
    "pagefind": "^1.3.0",
    "pathe": "^2.0.0",
    "perfect-debounce": "^2.1.0",
    "picomatch": "^4.0.5",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "robots-parser": "^3.0.1",
    "satteri": "^0.9.5",
    "semver": "^7.8.5",
    "sharp": "^0.35.3",
    "shiki": "^4.2.0",
    "simple-icons": "^13.0.0",
    "string-width": "^8.1.0",
    "tailwindcss": "^4.3.3",
    "takumi-js": "^2.2.1",
    "tinyglobby": "^0.2.10",
    "twoslash": "^0.3.9",
    "typescript": "^6.0.3",
    "ufo": "^1.6.4",
    "undici": "^8.9.0",
    "write-file-atomic": "^8.0.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/cross-spawn": "^6.0.6",
    "@types/html-escaper": "^3.0.4",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^22.10.0",
    "@types/picomatch": "^4.0.3",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@types/semver": "^7.8.0",
    "@types/write-file-atomic": "^4.0.3",
    "@typescript/native-preview": "^7.0.0-dev.20260626.1",
    "bun-types": "^1.3.14"
  },
  "peerDependencies": {
    "@ai-sdk/openai-compatible": "^3.0.0",
    "@astrojs/cloudflare": "^14.0.0",
    "@astrojs/netlify": "^8.0.0",
    "@astrojs/svelte": "^9.0.0",
    "@astrojs/vue": "^7.0.0",
    "@mixedbread/sdk": "^0.76.0",
    "@notionhq/client": "^2.2.15",
    "@openrouter/ai-sdk-provider": "^3.0.0",
    "@oramacloud/client": "^2.1.0",
    "@sanity/client": "^6.21.0 || ^7.0.0",
    "algoliasearch": "^5.55.0",
    "flexsearch": "^0.8.0",
    "typesense": "^3.0.0"
  },
  "peerDependenciesMeta": {
    "@ai-sdk/openai-compatible": {
      "optional": true
    },
    "@astrojs/cloudflare": {
      "optional": true
    },
    "@astrojs/netlify": {
      "optional": true
    },
    "@astrojs/svelte": {
      "optional": true
    },
    "@astrojs/vue": {
      "optional": true
    },
    "@mixedbread/sdk": {
      "optional": true
    },
    "@openrouter/ai-sdk-provider": {
      "optional": true
    },
    "@notionhq/client": {
      "optional": true
    },
    "@oramacloud/client": {
      "optional": true
    },
    "@sanity/client": {
      "optional": true
    },
    "algoliasearch": {
      "optional": true
    },
    "flexsearch": {
      "optional": true
    },
    "typesense": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=22.12.0"
  }
}
