You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
hj-twitch-bot/package.json

17 lines
384 B

{
"name": "hj-twitch-bot",
"version": "0.1.0",
"description": "HJ's twitch bot",
"main": "index.js",
"author": "twitch-bot@hjkos.com",
"license": "WTFPL",
"private": true,
"type": "module",
"dependencies": {
"node-fetch": "^2.6.1",
"twitch": "^4.5.5",
"twitch-auth": "^4.5.5",
"twitch-webhooks": "^4.5.5",
"twitch-webhooks-ngrok": "^4.5.5"
}
}