mirror of
https://github.com/DerTyp7/discord-twitch-bot.git
synced 2025-10-29 12:52:12 +01:00
17 lines
315 B
JSON
17 lines
315 B
JSON
{
|
|
"name": "discord-twitch-bot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"discord": "^0.8.2",
|
|
"discord.js": "^14.6.0",
|
|
"sqlite3": "^5.1.2"
|
|
}
|
|
}
|