init
Docker image / build-and-push (push) Successful in 2m55s

This commit is contained in:
ab
2026-07-13 15:32:53 +03:00
commit 571707c109
14 changed files with 3184 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "doka-lobby",
"version": "1.0.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"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"protobufjs": "^7.4.0",
"steam-user": "^5.2.0"
}
}