17 lines
384 B
JSON
17 lines
384 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|