generated from ShadowVR/AI_botter
20 lines
416 B
JSON
20 lines
416 B
JSON
{
|
|
"dependencies": {
|
|
"@dqbd/tiktoken": "^1.0.7",
|
|
"chalk": "^4.1.2",
|
|
"discord.js": "^14.13.0",
|
|
"dotenv": "^16.4.3",
|
|
"fetch": "^1.1.0",
|
|
"ms": "^2.1.3",
|
|
"openai": "^4.10.0",
|
|
"simple-git": "^3.24.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"name": "gpt-discord-bot",
|
|
"description": "GPT Discord Bot",
|
|
"version": "3.0.0",
|
|
"main": "index.js",
|
|
"author": "ShadowVR"
|
|
}
|