{ "name": "massbanner", "version": "1.0.0", "main": "index.js", "license": "MIT", "scripts": { "start": "node index.js" }, "dependencies": { "chalk": "^4.1.2", "dank-twitch-irc": "https://gitea.ivr.fi/Leppunen/dank-twitch-irc.git#massbanner", "got": "^11.8.2", "ws": "^8.2.0" }, "devDependencies": { "eslint": "^7.32.0", "eslint-plugin-unicorn": "^35.0.0" } }