{
  "name": "w-md2html",
  "version": "1.0.39",
  "main": "dist/w-md2html.umd.js",
  "dependencies": {
    "dompurify": "^3.4.12",
    "highlight.js": "^11.11.1",
    "jsdom": "^29.1.1",
    "katex": "^0.16.8",
    "marked": "^18.0.6",
    "marked-footnote": "^1.4.0",
    "marked-highlight": "^2.2.4",
    "marked-katex-extension": "^5.1.10",
    "w-image-proc": "^1.0.7",
    "wsemi": "^1.8.70"
  },
  "devDependencies": {
    "w-package-tools": "^1.1.12"
  },
  "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"
}