@indra.ai/opendeva
Version:
The Open Deva handles #ChatGPT and #DALLE in deva.world.
31 lines (30 loc) • 707 B
JSON
{
"id": 6162515749966,
"name": "@indra.ai/opendeva",
"version": "0.0.49",
"author": "Quinn Michaels",
"license": "MIT",
"copyright": "2023",
"description": "The Open Deva handles #ChatGPT and #DALLE in deva.world.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/indraai/OpenDeva.git"
},
"keywords": [
"Open",
"Deva",
"deva.world"
],
"bugs": {
"url": "https://github.com/indraai/OpenDeva/issues"
},
"homepage": "https://github.com/indraai/OpenDeva#readme",
"dependencies": {
"@indra.ai/deva": "^1.2.22",
"openai": "^4.16.2"
}
}