initial commit
This commit is contained in:
commit
1b10071d4a
3 changed files with 1376 additions and 0 deletions
17
package.json
Normal file
17
package.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue