{ "name": "dsabot", "version": "1.5.0", "description": "", "main": "index.js", "scripts": { "lint": "eslint commands/", "start": "node index.js", "test": "jest" }, "_moduleAliases": { "@dsabot": "functions", "@data": "data", "@Commands": "commands", "@Lib": "lib" }, "author": "", "license": "ISC", "dependencies": { "discord.js": "^12.5.3", "dotenv": "^8.2.0", "module-alias": "^2.2.2", "nedb": "^1.8.0", "node-fetch": "^2.6.1", "random": "^3.0.6" }, "devDependencies": { "jest": "^26.6.3" } }