banatie-content/package.json

25 lines
561 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",
"upload:image": "tsx .claude/skills/upload-image/scripts/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": {
"sharp": "^0.34.5",
"tsx": "^4.21.0"
},
"engines": {
"node": ">=16.0.0"
}
}