banatie-content/package.json

18 lines
363 B
JSON

{
"name": "banatie-content",
"version": "1.0.0",
"description": "Content repository for Banatie blog",
"private": true,
"scripts": {
"reddit-to-md": "node scripts/html-reddit-to-markdown.js"
},
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"commander": "^11.1.0",
"turndown": "^7.1.2"
},
"engines": {
"node": ">=16.0.0"
}
}