19 lines
415 B
JSON
19 lines
415 B
JSON
|
{
|
||
|
"name": "npm",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Highlight Timestamp Marker that listens to messages in a twitch stream chat",
|
||
|
"main": "bot.js",
|
||
|
"scripts": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://git.plutodev.de/DHBW/Twitch_Highlight_Marker"
|
||
|
},
|
||
|
"author": "Patrick Müller, David Huh",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"tmi.js": "^1.8.2"
|
||
|
}
|
||
|
}
|