{
  "name": "@wcj/markdown-to-html",
  "version": "3.0.6",
  "description": "Converts markdown text to HTML.",
  "license": "MIT",
  "author": "kenny wang <wowohoo@qq.com> (https://github.com/jaywcjlove)",
  "funding": "https://jaywcjlove.github.io/#/sponsor",
  "type": "module",
  "main": "./lib/index.js",
  "exports": "./lib/index.js",
  "typings": "lib/index.d.ts",
  "unpkg": "dist/markdown.js",
  "jsdelivr": "dist/markdown.js",
  "scripts": {
    "build": "rollup -c rollup.config.mjs",
    "start": "rollup -c rollup.config.mjs -w"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jaywcjlove/markdown-to-html"
  },
  "keywords": [
    "markdown-to-html",
    "markdown",
    "remark",
    "remark.tool",
    "remark.js",
    "html"
  ],
  "files": [
    "lib",
    "src",
    "dist"
  ],
  "dependencies": {
    "@types/hast": "^3.0.0",
    "@types/unist": "^3.0.0",
    "rehype-attr": "^4.1.1",
    "rehype-ignore": "~2.0.0",
    "rehype-katex": "~7.0.0",
    "rehype-prism-plus": "2.0.0",
    "rehype-raw": "~7.0.0",
    "rehype-rewrite": "~4.0.0",
    "rehype-stringify": "~10.0.0",
    "rehype-video": "~2.3.0",
    "remark-gfm": "~4.0.0",
    "remark-parse": "^11.0.0",
    "remark-rehype": "^11.0.0",
    "unified": "^11.0.0",
    "vfile": "^6.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.9",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.3.0",
    "bannerjs": "^3.0.0",
    "rollup": "^4.52.5",
    "rollup-plugin-sizes": "^1.1.0",
    "tslib": "^2.4.0",
    "typescript": "^5.0.0"
  }
}
