twitch_bot/package.json
2023-02-04 13:56:15 +02:00

17 lines
331 B
JSON

{
"name": "twitchbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dank-twitch-irc": "^4.3.0",
"express": "^4.18.2",
"ioredis": "^5.3.0"
}
}