Added lobby auto creation
Docker image / build-and-push (push) Successful in 57s

This commit is contained in:
Aleksandr Bogomiakov
2026-08-06 20:33:27 +01:00
parent 33e01a4a8f
commit c239669932
22 changed files with 3533 additions and 55 deletions
+5 -3
View File
@@ -1,18 +1,20 @@
{
"name": "doka-lobby",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"description": "List joinable Dota 2 custom game lobbies, filtered by game name / map",
"main": "index.js",
"scripts": {
"start": "node index.js",
"once": "node index.js --once"
"once": "node index.js --once",
"test": "node --test"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"protobufjs": "^7.4.0",
"steam-user": "^5.2.0"
"steam-user": "^5.2.0",
"web-push": "^3.6.7"
}
}