@rhyizm/ai-enbod
Version:
Multi-Assistant AI Communication Framework.
47 lines (46 loc) • 1.05 kB
JSON
{
"name": "@rhyizm/ai-enbod",
"version": "0.1.7",
"description": "Multi-Assistant AI Communication Framework.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test:callAssistant": "jest __test__/callAssistant.test.ts",
"test:assistant": "jest __test__/assistant.test.ts"
},
"keywords": [
"AI",
"Assistant",
"OpenAI",
"AI Enbod",
"AI Enbodi Framework",
"ai-enbod"
],
"author": "rhyizm",
"license": "AGPL-3.0",
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.14",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"eslint": "^8.57.0",
"eslint-plugin-jest": "^28.5.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"dependencies": {
"debug": "^4.4.0",
"dotenv": "^16.4.7",
"openai": "^4.78.1",
"uuid": "^11.0.5"
}
}