massbanner/package.json
Leppunen ba97c6b777 Change to modified dank-twitch-irc library
Also separate command listener into it's own client
2021-08-23 23:11:32 +03:00

19 lines
404 B
JSON

{
"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#master",
"got": "^11.8.2",
"ws": "^8.2.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-unicorn": "^35.0.0"
}
}