{
    "name": "@convo-lang/convo-lang",
    "version": "0.9.7",
    "type": "module",
    "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"
    },
    "peerDependencies": {
        "@iyio/common": "^0.9.6",
        "@iyio/json5": "^0.9.6",
        "@iyio/vfs": "^0.9.6",
        "date-fns": "^4.1.0",
        "rxjs": "^7.8.0",
        "zod": "^3.21.4"
    },
    "main": "./src/index.js"
}