{
  "name": "@rtdui/code-highlight",
  "version": "5.0.0",
  "description": "React code highlight component based on refractor",
  "types": "./lib/index.d.ts",
  "main": "./cjs/index.cjs",
  "module": "./esm/index.mjs",
  "exports": {
    ".": {
      "import": {
        "types": "./lib/index.d.ts",
        "default": "./esm/index.mjs"
      },
      "require": {
        "types": "./lib/index.d.ts",
        "default": "./cjs/index.cjs"
      }
    }
  },
  "keywords": [
    "react",
    "remix",
    "remixjs",
    "next",
    "nextjs",
    "ui",
    "ui-kit",
    "components",
    "library",
    "frontend",
    "design"
  ],
  "author": "fu zhong wei <jackyleefzw@163.com>",
  "license": "MIT",
  "homepage": "https://rtdui.com/",
  "repository": {
    "url": "https://github.com/rtdui/rtdui.git",
    "type": "git",
    "directory": "packages/code-highlight"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "dependencies": {
    "hast-util-to-jsx-runtime": "^2.2.0",
    "refractor": "^4.8.1"
  },
  "peerDependencies": {
    "@rtdui/core": "5.0.0",
    "@rtdui/hooks": "5.0.0",
    "react": "^18.x || ^19.x",
    "react-dom": "^18.x || ^19.x"
  }
}
