2021-04-19 11:43:54 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2021-04-19 15:55:14 +00:00
|
|
|
"dotenv": "^8.2.0",
|
|
|
|
"tmi.js": "^1.8.2",
|
|
|
|
"twitch-js": "*"
|
2021-04-19 11:43:54 +00:00
|
|
|
}
|
|
|
|
}
|