17 lines
314 B
JSON
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"
|
|
}
|
|
}
|