Files
openclaw/extensions/media-understanding-core/package.json
Peter Steinberger b9f975b64e Replace Sharp image backend with Photon (#86437)
* 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
2026-05-25 15:04:44 +01:00

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": {}
}