Files
eventsub2/package.json
2026-04-23 04:04:31 +02:00

15 lines
248 B
JSON

{
"name": "twitch-eventsub",
"version": "1.0.0",
"main": "src/index.js",
"type": "commonjs",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"axios": "^1.6.0",
"dotenv": "^17.4.2",
"ws": "^8.14.2"
}
}