twitch_bot/package.json

17 lines
306 B
JSON
Raw Normal View History

2023-01-31 12:01:20 +01:00
{
"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",
2023-02-04 17:23:43 +01:00
"express": "^4.18.2"
2023-01-31 12:01:20 +01:00
}
}