{ "name": "beaverFacts", "version": "1.0.0", "description": "", "main": "index.ts", "scripts": { "bot": "ts-node index.ts" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@devraelfreeze/discordjs-pagination": "^2.7.6", "axios": "^1.7.2", "discord.js": "^14.14.1", "mysql2": "^3.10.0", "ts-node": "^10.9.2" }, "devDependencies": { "@types/node": "^20.11.30", "typescript": "^5.4.3" } }