UNPKG

markdown-to-html-cli

Version:
59 lines (58 loc) 1.43 kB
{ "name": "markdown-to-html-cli", "version": "5.0.3", "license": "MIT", "description": "Command line tool generates markdown as html.", "homepage": "https://jaywcjlove.github.io/markdown-to-html-cli", "funding": "https://jaywcjlove.github.io/#/sponsor", "type": "module", "main": "./lib/index.js", "exports": "./lib/index.js", "types": "./lib/index.d.ts", "bin": { "markdown-to-html": "lib/cli.js", "markdown-to-html-cli": "lib/cli.js" }, "repository": { "type": "git", "url": "https://github.com/jaywcjlove/markdown-to-html-cli.git" }, "keywords": [ "markdown-to-html-cli", "markdown-to-html", "markdown", "html", "cli" ], "engines": { "node": ">=16" }, "markdown-to-html": { "reurls": { "README-zh.md": "index.zh.html", "README.md": "index.html" } }, "files": [ "lib", "src" ], "dependencies": { "@types/fs-extra": "^11.0.2", "@types/minimist": "^1.2.3", "@uiw/github-corners": "^1.5.15", "@wcj/markdown-style": "^1.0.25", "@wcj/markdown-to-html": "^3.0.1", "fs-extra": "^11.1.1", "glob": "^10.3.10", "image2uri": "^2.1.1", "minimist": "^1.2.8", "rehype-autolink-headings": "^7.0.0", "rehype-document": "^7.0.0", "rehype-format": "^5.0.0", "rehype-prism-plus": "1.6.3", "rehype-slug": "^6.0.0", "rehype-urls": "^1.2.0", "remark-gemoji": "^8.0.0" } }