Files
discord-twitch-bot/bot/package.json
2022-11-06 20:27:55 +01:00

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"
}
}