@hoast/process-markdown
Version:
Convert markdown to HTML using Unified
49 lines (48 loc) • 1.14 kB
JSON
{
"author": {
"name": "Ron Dekker",
"url": "https://rondekker.com"
},
"name": "@hoast/process-markdown",
"version": "3.3.1",
"description": "Convert markdown to HTML using Unified",
"keywords": [
"hoast",
"process",
"markdown"
],
"license": "MIT",
"homepage": "https://github.com/hoast/hoast/tree/main/packages/process-markdown#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/hoast/hoast.git"
},
"bugs": {
"url": "https://github.com/hoast/hoast/issues"
},
"publishConfig": {
"access": "public"
},
"type": "module",
"files": [
"CHANGELOG.md",
"README.md",
"src/"
],
"main": "src/ProcessMarkdown.js",
"scripts": {
"lint": "eslint --fix --cache src --ext .js",
"upgrade": "npm-check-updates --upgrade --target minor"
},
"devDependencies": {},
"dependencies": {
"@hoast/base-process": "^3.1.0",
"@hoast/utils": "^3.2.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"unified": "^11.0.4"
}
}