{
  "name": "@hanzo/docs-mdx",
  "version": "15.0.10",
  "description": "The built-in source for Hanzo Docs",
  "keywords": [
    "Docs",
    "NextJs"
  ],
  "homepage": "https://docs.hanzo.ai",
  "license": "MIT",
  "author": "Hanzo Nama",
  "repository": "github:hanzoai/docs",
  "bin": {
    "@hanzo/docs-mdx": "./bin.js"
  },
  "files": [
    "dist",
    "bin.js"
  ],
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./bin": "./dist/bin.js",
    "./bun": "./dist/bun/index.js",
    "./config": "./dist/config/index.js",
    "./next": "./dist/next/index.js",
    "./node": "./dist/node/index.js",
    "./node/_loader": "./dist/node/_loader.js",
    "./node/loader": "./dist/node/loader.js",
    "./plugins/index-file": "./dist/plugins/index-file.js",
    "./plugins/json-schema": "./dist/plugins/json-schema.js",
    "./plugins/last-modified": "./dist/plugins/last-modified.js",
    "./rolldown": "./dist/rolldown/index.js",
    "./runtime/browser": "./dist/runtime/browser.js",
    "./runtime/dynamic": "./dist/runtime/dynamic.js",
    "./runtime/server": "./dist/runtime/server.js",
    "./runtime/types": "./dist/runtime/types.js",
    "./vite": "./dist/vite/index.js",
    "./webpack/mdx": "./dist/webpack/mdx.js",
    "./webpack/meta": "./dist/webpack/meta.js",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@mdx-js/mdx": "^3.1.1",
    "@standard-schema/spec": "^1.1.0",
    "chokidar": "^5.0.0",
    "esbuild": "^0.28.0",
    "estree-util-value-to-estree": "^3.5.0",
    "js-yaml": "^4.1.1",
    "mdast-util-mdx": "^3.0.0",
    "picocolors": "^1.1.1",
    "rehype-raw": "^7.0.0",
    "picomatch": "^4.0.4",
    "tinyexec": "^1.2.2",
    "tinyglobby": "^0.2.16",
    "unified": "^11.0.5",
    "unist-util-remove-position": "^5.0.0",
    "unist-util-visit": "^5.1.0",
    "vfile": "^6.0.3",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@types/bun": "^1.3.14",
    "@types/js-yaml": "^4.0.9",
    "@types/mdast": "^4.0.4",
    "@types/mdx": "^2.0.13",
    "@types/node": "^25.9.1",
    "@types/picomatch": "^4.0.3",
    "@types/react": "^19.2.15",
    "mdast-util-directive": "^3.1.0",
    "next": "16.2.6",
    "react": "^19.2.6",
    "remark": "^15.0.1",
    "remark-directive": "^4.0.0",
    "remark-mdx": "^3.1.1",
    "rolldown": "^1.0.3",
    "tsdown": "0.22.0",
    "vite": "^8.0.14",
    "webpack": "^5.107.2",
    "@hanzo/docs-vite": "0.0.2",
    "@hanzo/docs-core": "16.9.3",
    "tsconfig": "0.0.0"
  },
  "peerDependencies": {
    "@types/mdast": "*",
    "@types/mdx": "*",
    "@types/react": "*",
    "@hanzo/docs-core": "^16.7.0",
    "mdast-util-directive": "*",
    "next": "^15.3.0 || ^16.0.0",
    "react": "^19.2.0",
    "rolldown": "*",
    "vite": "7.x.x || 8.x.x"
  },
  "peerDependenciesMeta": {
    "rolldown": {
      "optional": true
    },
    "mdast-util-directive": {
      "optional": true
    },
    "@types/mdast": {
      "optional": true
    },
    "@types/mdx": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "@types/react": {
      "optional": true
    },
    "next": {
      "optional": true
    },
    "vite": {
      "optional": true
    }
  },
  "scripts": {
    "build": "tsdown",
    "clean": "rimraf dist",
    "dev": "tsdown --watch",
    "lint": "oxlint .",
    "types:check": "tsc --noEmit"
  }
}