{ "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", "upload:image": "tsx scripts/image-upload.ts" }, "dependencies": { "cheerio": "^1.0.0-rc.12", "commander": "^11.1.0", "dotenv": "^17.2.3", "form-data": "^4.0.5", "turndown": "^7.1.2" }, "devDependencies": { "tsx": "^4.21.0" }, "engines": { "node": ">=16.0.0" } }