twitch_bot/package.json

18 lines
334 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-01-31 12:24:36 +01:00
"node-fetch": "^3.3.0",
2023-01-31 12:01:20 +01:00
"nodemon": "^2.0.20"
}
}