{
  "name": "@hanzo/bot-llm-task",
  "version": "1.4.2",
  "private": true,
  "description": "HanzoBot JSON-only LLM task plugin",
  "type": "module",
  "dependencies": {
    "@sinclair/typebox": "0.34.48",
    "ajv": "^8.18.0"
  },
  "hanzo-bot": {
    "extensions": [
      "./index.ts"
    ]
  }
}
