mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 20:20:42 +00:00
* refactor(media): move sharp image ops into plugin * fix(media): pass image pixel budget to sharp plugin * refactor(media): reuse media understanding sharp runtime * test(build): allow staged runtime core graphs
19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"name": "@openclaw/media-understanding-core",
|
|
"version": "2026.4.25",
|
|
"private": true,
|
|
"description": "OpenClaw media understanding runtime package",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"sharp": "^0.34.5"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"bundle": {
|
|
"stageRuntimeDependencies": true
|
|
}
|
|
}
|
|
}
|