odin/package.json
2024-03-04 20:38:46 +01:00

18 lines
346 B
JSON

{
"name": "chaise_bot_2.0",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon bot.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@mistralai/mistralai": "^0.0.10",
"discord.js": "^14.12.1",
"dotenv": "^16.3.1",
"mysql": "^2.18.1",
"openai": "^3.3.0"
}
}