{ "name": "discordbot", "version": "1.0.0", "scripts": { "start": "node bot.js", "test": "mocha", "test-unit": "NODE_ENV=test mocha '/**/*.spec.js'" }, "dependencies": { "args-parser": "1.1.0", "discord.js": "11.4.2", "ffmpeg-binaries": "4.0.0", "get-youtube-title": "1.0.0", "opusscript": "0.0.6", "sqlite3": "4.0.6", "winston": "3.1.0", "winston-daily-rotate-file": "3.6.0", "youtube-playlist-info": "1.1.2", "ytdl-core": "0.29.1" }, "devDependencies": { "assert": "^1.4.1", "chai": "^4.2.0", "mocha": "^5.2.0", "nyc": "^13.1.0", "sinon": "^7.2.3" } }