Twitch_Highlight_Marker/package.json

24 lines
514 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": {
"dotenv": "^8.2.0",
"tmi.js": "^1.8.2",
"twitch-js": "*"
},
"devDependencies": {
"request": "^2.88.2"
}
}