initial actual player count implementation

This commit is contained in:
cottongin
2025-11-03 13:57:26 -05:00
parent 2a75237e90
commit 140988d01d
14 changed files with 3428 additions and 0 deletions

16
scripts/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "jackbox-scripts",
"version": "1.0.0",
"description": "Utility scripts for Jackbox game integration",
"main": "jackbox-count.js",
"scripts": {
"count": "node jackbox-count.js"
},
"keywords": ["jackbox", "websocket", "player-count"],
"author": "",
"license": "MIT",
"dependencies": {
"puppeteer": "^24.0.0"
}
}