first commit

This commit is contained in:
2026-04-23 03:13:52 +02:00
commit f589dc0bcf
11 changed files with 197 additions and 0 deletions

13
package.json Normal file
View File

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