2020-12-15 14:25:01 +01:00
|
|
|
{
|
|
|
|
"name": "massbanner",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"license": "MIT",
|
2021-08-23 22:11:32 +02:00
|
|
|
"scripts": {
|
|
|
|
"start": "node index.js"
|
|
|
|
},
|
2020-12-15 14:25:01 +01:00
|
|
|
"dependencies": {
|
2021-08-23 16:10:22 +02:00
|
|
|
"chalk": "^4.1.2",
|
2021-08-23 22:32:06 +02:00
|
|
|
"dank-twitch-irc": "https://gitea.ivr.fi/Leppunen/dank-twitch-irc.git#massbanner",
|
2021-08-23 16:10:22 +02:00
|
|
|
"got": "^11.8.2",
|
|
|
|
"ws": "^8.2.0"
|
2020-12-15 14:25:01 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-08-23 16:10:22 +02:00
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"eslint-plugin-unicorn": "^35.0.0"
|
2020-12-15 14:25:01 +01:00
|
|
|
}
|
|
|
|
}
|