{ "name": "dsabot", "version": "1.1.0", "description": "", "main": "index.js", "scripts": { "lint": "eslint commands/", "start": "node index.js", "test": "jest" }, "_moduleAliases": { "@dsabot": "functions" }, "author": "", "license": "ISC", "dependencies": { "discord.js": "^12.5.3", "dotenv": "^8.2.0", "nedb": "^1.8.0", "node-fetch": "^2.6.1", "random": "^3.0.5" }, "devDependencies": { "jest": "^26.6.3" } }