{ "name": "chaise_bot_3.0", "version": "3.0.0", "description": "", "main": "index.js", "scripts": { "dev": "tsx watch src", "build": "tsc", "start": "node dist" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@mistralai/mistralai": "^0.1.3", "@types/mysql": "^2.15.26", "discord.js": "^14.14.1", "dotenv": "^16.4.5", "mysql": "^2.18.1" } }