mirror of
https://github.com/JimLiu/baoyu-skills.git
synced 2026-07-12 05:51:44 +08:00
27 lines
557 B
JSON
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"
|
|
}
|
|
}
|