17 lines
300 B
JSON
Raw Permalink Normal View History

{
2026-01-30 03:15:10 +01:00
"name": "@openclaw/llm-task",
2026-03-14 06:05:39 +00:00
"version": "2026.3.14",
"private": true,
2026-01-30 03:15:10 +01:00
"description": "OpenClaw JSON-only LLM task plugin",
2026-01-31 21:13:13 +09:00
"type": "module",
"dependencies": {
"@sinclair/typebox": "0.34.48",
"ajv": "^8.18.0"
},
2026-01-30 03:15:10 +01:00
"openclaw": {
"plugins": [
"./index.ts"
]
}
}