Add Turndown integration for HTML to Markdown conversion and update dependencies
This commit is contained in:
parent
f6f9cadb50
commit
91594448df
3 changed files with 19 additions and 4 deletions
|
|
@ -11,13 +11,15 @@
|
|||
"lint:fix": "biome format ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
"@types/bun": "latest",
|
||||
"@types/turndown": "^5.0.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
},
|
||||
"dependencies": {
|
||||
"discord.js": "^14.25.1",
|
||||
"rss-parser": "^3.13.0"
|
||||
"rss-parser": "^3.13.0",
|
||||
"turndown": "^7.2.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue