@convo-lang/convo-lang
Version:
The language of AI
30 lines • 686 B
JSON
{
"name": "@convo-lang/convo-lang",
"version": "0.8.16",
"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.8.11",
"@iyio/json5": "^0.8.11",
"@iyio/vfs": "^0.8.11",
"date-fns": "^4.1.0",
"rxjs": "^7.8.0",
"zod": "^3.21.4"
},
"main": "./src/index.js"
}