colorbot-twitch/package.json
2021-03-22 07:26:06 +01:00

15 lines
No EOL
259 B
JSON

{
"name": "colorbot-twitch",
"version": "1.0.0",
"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"
}
}