mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:50:43 +00:00
20 lines
362 B
JSON
20 lines
362 B
JSON
{
|
|
"name": "@openclaw/llm-task",
|
|
"version": "2026.4.20",
|
|
"private": true,
|
|
"description": "OpenClaw JSON-only LLM task plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"ajv": "^8.18.0",
|
|
"typebox": "1.1.28"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|