* Properly exit on Ctrl+C and termination signal * Define default username color and calculate HSL from this hex value
15 lines
No EOL
259 B
JSON
15 lines
No EOL
259 B
JSON
{
|
|
"name": "colorbot-twitch",
|
|
"version": "1.0.1",
|
|
"main": "index.js",
|
|
"author": "Manuel Hüsers",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"color-convert": "^2.0.1",
|
|
"tmi.js": "^1.5.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
}
|
|
} |