19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"name": "chaise_bot",
|
|
"version": "2.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "nodemon bot.js",
|
|
"start": "node bot.js"
|
|
},
|
|
"author": "Ninja Jambon",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.6.7",
|
|
"discord.js": "^14.12.1",
|
|
"dotenv": "^16.3.1",
|
|
"mysql": "^2.18.1",
|
|
"openai": "^3.3.0"
|
|
}
|
|
}
|