colorbot-twitch/package.json
Manuel eec98d7e5c
Properly exit program and use hex instead of hsl
* Properly exit on Ctrl+C and termination signal
* Define default username color and calculate HSL from this hex value
2021-03-22 07:42:11 +01:00

15 lines
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"
}
}