convo-lang
Version:
A Conversational Language
33 lines • 761 B
JSON
{
"name": "convo-lang",
"version": "0.7.26",
"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"
},
"peerDependencies": {
"@convo-lang/convo-lang": "0.7.26"
},
"main": "./src/index.js",
"module": "./esm/src/index.js"
}