1
0

⬆️ Upgrade dependencies and migrate to @twurple/*

This commit is contained in:
2022-01-06 01:16:49 +01:00
parent f1ea2a1b64
commit 213fb9d390
7 changed files with 639 additions and 650 deletions

View File

@@ -8,15 +8,15 @@
"dev": "cross-env NODE_ENV=development nodemon -r dotenv/config index.ts"
},
"dependencies": {
"@twurple/api": "^5.0.13",
"@twurple/auth": "^5.0.13",
"@twurple/chat": "^5.0.13",
"@twurple/pubsub": "^5.0.13",
"cross-env": "^7.0.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"nodemon": "^2.0.5",
"ts-node": "^10.0.0",
"twitch": "^4.2.6",
"twitch-auth": "^4.2.6",
"twitch-chat-client": "^4.2.6",
"twitch-pubsub-client": "^4.2.6",
"typescript": "^4.3.2",
"ws": "^7.3.1"
},