TeTwitch/message_receiver/package.json
2024-07-05 09:23:34 +02:00

17 lines
314 B
JSON

{
"name": "twitch_chat_injector",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bot": "node bot.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"amqplib": "^0.10.3",
"tmi.js": "^1.8.5"
}
}