@chhengchansopheaktra/html2md
Version:
A CLI to convert html to markdown using turndown.
35 lines (34 loc) • 747 B
JSON
{
"name": "@chhengchansopheaktra/html2md",
"version": "1.0.19",
"description": "A CLI to convert html to markdown using turndown.",
"bin": {
"html2md": "bin/cli.js"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"html to markdown",
"html2markdown",
"html2md",
"htmltomd"
],
"author": "Chheng Chansopheaktra",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Chhengchansopheaktra/html2md.git"
},
"dependencies": {
"esm": "^3.2.25",
"array-back": "^4.0.1",
"command-line-tool": "^0.8.0",
"config-master": "^3.1.0",
"turndown": "^6.0.0"
}
}