hj-stream-bot/package.json

17 lines
384 B
JSON
Raw Normal View History

2021-06-09 13:22:07 +03:00
{
"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"
}
}