Files
baoyu-skills/skills/baoyu-url-to-markdown/scripts/package.json
T
2026-04-21 13:39:09 -05:00

27 lines
557 B
JSON

{
"name": "baoyu-url-to-markdown-scripts",
"private": true,
"type": "module",
"bin": {
"baoyu-fetch": "./baoyu-fetch"
},
"scripts": {
"reader": "bun ./lib/cli.ts"
},
"dependencies": {
"@mozilla/readability": "^0.6.0",
"chrome-launcher": "^1.2.1",
"defuddle": "^0.17.0",
"jsdom": "^29.0.2",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"turndown": "^7.2.0",
"turndown-plugin-gfm": "^1.0.2",
"unified": "^11.0.5",
"ws": "^8.18.3"
},
"overrides": {
"@xmldom/xmldom": "0.8.13"
}
}