{
  "name": "@convo-lang/convo-lang",
  "version": "0.7.24",
  "sideEffects": false,
  "license": "Apache-2.0",
  "keywords": [
    "prompt",
    "prompt-engineering",
    "LLM",
    "ai-agents",
    "tool-calling",
    "open-ai",
    "ai",
    "convo-lang"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/convo-lang/convo-lang.git"
  },
  "dependencies": {
    "@iyio/common": "^0.7.23",
    "@iyio/json5": "^0.7.23",
    "@iyio/vfs": "^0.7.23",
    "date-fns": "^2.29.3",
    "rxjs": "^7.8.0",
    "zod": "^3.21.4"
  },
  "main": "./src/index.js",
  "module": "./esm/src/index.js"
}