{ "name": "Expandsdiscordbot", "version": "1.0.0", "description": "", "main": "index.js", "type": "commonjs", "scripts": { "lint": "eslint --ignore-path .gitignore .", "start": "node index.js", "dev": "nodemon index.js" }, "author": "", "license": "ISC", "dependencies": { "@discordjs/builders": "^0.9.0", "@discordjs/rest": "^0.1.0-canary.0", "@discordjs/voice": "^0.8.0", "@improbable-eng/grpc-web": "^0.15.0", "@improbable-eng/grpc-web-node-http-transport": "^0.15.0", "console-stamp": "^3.0.4", "cron": "^1.8.2", "deepai": "^1.0.21", "discord-api-types": "^0.20.2", "discord.js": "^14.7.1", "dotenv": "^9.0.2", "gifencoder": "^2.0.1", "glob": "^7.2.0", "got": "^12.5.3", "mongoose": "^6.3.4", "nodemon": "^2.0.19", "openai": "^3.2.1", "os": "^0.1.2", "pm2": "^5.1.2", "rcon-client": "^4.2.3", "rss-parser": "^3.12.0", "sharp": "^0.31.3", "uuid": "^8.3.2" } }