mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 20:46:57 +02:00
20 lines
409 B
JSON
20 lines
409 B
JSON
{
|
|
"name": "@openclaw/web-readability-plugin",
|
|
"version": "2026.4.25",
|
|
"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"
|
|
]
|
|
}
|
|
}
|