ggai
Version:
OpenAI LLM Agent Interface
35 lines (34 loc) • 636 B
JSON
{
"name": "ggai",
"version": "1.1.14",
"description": "OpenAI LLM Agent Interface",
"main": "agent.js",
"type": "commonjs",
"types": "ggai.d.ts",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"AI",
"assistant"
],
"author": "",
"license": "ISC",
"bin": {
"ai": "./index.js",
"ggai": "./index.js"
},
"dependencies": {
"axios": "^1.5.0",
"chalk": "4.1.2",
"commander": "^11.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/thegafo/ggai.git"
},
"private": false
}