openai-bot/package.json

18 lines
346 B
JSON
Executable file

{
"name": "openai-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"colors": "^1.4.0",
"discord.js": "^14.7.1",
"openai": "^3.2.1",
"readline": "^1.3.0"
}
}