mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 20:20:42 +00:00
Simplify plugin installation and runtime loading around package-manager-owned dependencies, with Jiti reserved for local/TS fallback paths. Also scans npm plugin install roots so hoisted transitive dependencies are covered by dependency denylist and node_modules symlink checks.
15 lines
317 B
JSON
15 lines
317 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": {}
|
|
}
|