mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
* refactor: replace sharp image backend with photon * refactor: remove whatsapp jimp dependency * chore: remove stale sharp install workarounds * test: keep image fixtures off photon * test: use valid prompt image fixtures * test: account for optimized PNG fixtures * test: use valid minimax image fixtures
15 lines
336 B
JSON
15 lines
336 B
JSON
{
|
|
"name": "@openclaw/media-understanding-core",
|
|
"version": "2026.5.24",
|
|
"private": true,
|
|
"description": "OpenClaw media understanding runtime package",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@silvia-odwyer/photon-node": "0.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {}
|
|
}
|