{
  "name": "w-md2html",
  "version": "1.0.31",
  "main": "dist/w-md2html.umd.js",
  "dependencies": {
    "cheerio": "^1.2.0",
    "dompurify": "^3.4.11",
    "highlight.js": "^11.11.1",
    "jsdom": "^29.1.1",
    "katex": "^0.17.0",
    "lodash-es": "^4.18.1",
    "marked": "^18.0.5",
    "marked-footnote": "^1.4.0",
    "marked-highlight": "^2.2.4",
    "marked-katex-extension": "^5.1.10",
    "w-image-proc": "^1.0.2",
    "wsemi": "^1.8.61"
  },
  "devDependencies": {
    "w-package-tools": "^1.1.9"
  },
  "scripts": {
    "test": "mocha --parallel --timeout 60000",
    "deploy": "gh-pages -d docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yuda-lyu/w-md2html.git"
  },
  "keywords": [
    "package",
    "tool",
    "markdown",
    "html",
    "nodejs"
  ],
  "author": "yuda-lyu(semisphere)",
  "license": "MIT"
}