AI_botter/package.json

21 lines
416 B
JSON
Raw Permalink Normal View History

2024-03-01 11:09:57 +00:00
{
"dependencies": {
"@dqbd/tiktoken": "^1.0.7",
"chalk": "^4.1.2",
"discord.js": "^14.13.0",
2024-05-26 14:51:40 +01:00
"dotenv": "^16.4.3",
"fetch": "^1.1.0",
2024-03-01 11:09:57 +00:00
"ms": "^2.1.3",
"openai": "^4.10.0",
"simple-git": "^3.24.0"
2024-03-01 11:09:57 +00:00
},
"scripts": {
"start": "node index.js"
},
"name": "gpt-discord-bot",
"description": "GPT Discord Bot",
"version": "3.0.0",
"main": "index.js",
"author": "ShadowVR"
}