twitch_bot/package.json
2023-02-01 23:11:48 +02:00

17 lines
306 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",
"nodemon": "^2.0.20"
}
}