initial actual player count implementation
This commit is contained in:
16
scripts/package.json
Normal file
16
scripts/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user