1 Star 1 Fork 0

小弟调调/markdown-to-html-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.04 KB
一键复制 编辑 原始数据 按行查看 历史
小弟调调 提交于 2021-11-15 12:08 +08:00 . released v3.1.6
{
"name": "markdown-to-html-cli",
"version": "3.1.6",
"license": "MIT",
"description": "Command line tool generates markdown as html.",
"homepage": "https://jaywcjlove.github.io/markdown-to-html-cli/",
"type": "module",
"types": "./lib/index.d.ts",
"exports": "./lib/index.js",
"bin": {
"markdown-to-html": "lib/cli.js",
"markdown-to-html-cli": "lib/cli.js"
},
"scripts": {
"start": "node lib/cli.js --github-corners-fork --github-corners 'https://jaywcjlove.github.io'",
"watch": "tsbb watch --disable-babel -f src/cli.ts",
"build": "tsbb build --disable-babel -f src/cli.ts && npm run fix",
"fix": "tsc-esm-fix --target='lib' --ext='.js'",
"test": "npm run build && tsbb test",
"coverage": "npm run build && tsbb test --coverage"
},
"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": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"jest": {
"transformIgnorePatterns": [
"<rootDir>/node_modules/?!(.*)"
]
},
"markdown-to-html": {
"reurls": {
"README-zh.md": "index.zh.html",
"README.md": "index.html"
}
},
"files": [
"lib"
],
"dependencies": {
"@mapbox/rehype-prism": "0.8.0",
"@types/fs-extra": "9.0.13",
"@types/minimist": "1.2.2",
"fs-extra": "10.0.0",
"minimist": "1.2.5",
"rehype-attr": "2.0.6",
"rehype-autolink-headings": "6.1.0",
"rehype-document": "6.0.0",
"rehype-format": "4.0.0",
"rehype-meta": "^3.1.0",
"rehype-raw": "6.1.0",
"rehype-rewrite": "3.0.4",
"rehype-slug": "5.0.0",
"rehype-stringify": "9.0.2",
"rehype-urls": "1.1.1",
"rehype-video": "1.1.1",
"rehype-wrap": "1.0.10",
"remark-gemoji": "7.0.1",
"remark-gfm": "3.0.1",
"remark-parse": "10.0.0",
"remark-rehype": "10.0.1",
"tsc-esm-fix": "2.7.3",
"unified": "10.1.0"
},
"devDependencies": {
"tsbb": "3.4.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/jaywcjlove/markdown-to-html-cli.git
git@gitee.com:jaywcjlove/markdown-to-html-cli.git
jaywcjlove
markdown-to-html-cli
markdown-to-html-cli
main

搜索帮助