convo-lang
Version:
A Conversational Language
25 lines • 536 B
JSON
{
"name": "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": {
"@convo-lang/convo-lang": "^0.8.16"
},
"main": "./src/index.js"
}