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