@thamidu-nadun/md_parser
Version:
Parse markdown content to html with custom plugins. Ideal for tech blog. Everything right out-of-the-box.
44 lines • 1.08 kB
JSON
{
"name": "@thamidu-nadun/md_parser",
"version": "1.0.4",
"description": "Parse markdown content to html with custom plugins. Ideal for tech blog. Everything right out-of-the-box.",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node .",
"dev": "nodemon .",
"test": "vitest",
"build": "vite build"
},
"keywords": [
"markdown",
"nadun",
"nadun-dev",
"md",
"mdParser",
"md2html",
"md-to-html"
],
"repository": {
"type": "git",
"url": "https://github.com/Thamidu-Nadun/md_parser.git"
},
"author": "Nadun",
"license": "ISC",
"dependencies": {
"js-yaml": "^4.1.0",
"markdown-it": "^14.1.0",
"markdown-it-container": "^4.0.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-front-matter": "^0.2.4",
"markdown-it-katex": "^2.0.3",
"markdown-it-task-lists": "^2.1.1"
},
"devDependencies": {
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^6.0.3",
"vite": "^7.0.2",
"vitest": "^3.2.4"
}
}