unpack-whenwe-json.js - convert html to markdown

This commit is contained in:
Nick Stokoe
2022-12-27 18:16:27 +00:00
parent 063c6742b2
commit 152d2d8993
2 changed files with 11 additions and 3 deletions

View File

@@ -7,5 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
"license": "ISC",
"dependencies": {
"node-html-markdown": "^1.3.0"
}
}