Files
moltbot/extensions/web-readability/package.json
Vincent Koc 86099ec62a refactor(web-fetch): move readability extraction to plugin
* refactor(web-fetch): move readability extraction to plugin

* fix(web-fetch): cache extractor resolution by config

* fix(test): remove redundant stat assertions
2026-04-24 13:34:37 -07:00

20 lines
409 B
JSON

{
"name": "@openclaw/web-readability-plugin",
"version": "2026.4.24",
"private": true,
"description": "OpenClaw local Readability web extraction plugin",
"type": "module",
"dependencies": {
"@mozilla/readability": "^0.6.0",
"linkedom": "^0.18.12"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
},
"openclaw": {
"extensions": [
"./index.ts"
]
}
}