{ "name": "multibot", "version": "1.0.0", "description": "A multifunctional discordbot with fun, moderation, and info commands.\r Has a customisable prefix and takes suggestions - use $suggest!", "main": "index.js", "scripts": { "start": "node index.js" }, "engines": { "npm": ">=7.0.0", "node": ">=16.0.0" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "ainasepics": "^4.1.0", "discord-image-generation": "^1.4.13", "discord-jokes": "^4.0.0", "discord.js": "^13.6.0", "dotenv": "^16.0.1", "fs": "^0.0.1-security", "neko-love": "^2.0.2", "weather-js": "^2.0.0", "request": "^2.88.2", "node-fetch": "^2.6.7" } }