colorbot-twitch/package.json

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