feat: add support for source 2

This commit is contained in:
2023-10-22 19:33:42 +02:00
parent 24e44a346d
commit 14ace4cd49
6 changed files with 106 additions and 59 deletions

View File

@@ -11,28 +11,24 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Unyxos/srcds-exporter.git"
"url": "git+https://github.com/Sithranduil/srcds-exporter.git"
},
"author": "Corentin Closs <me@corentincloss.fr>",
"author": "Corentin Closs <me@corentincloss.fr>, Sithranduil",
"license": "ISC",
"bugs": {
"url": "https://github.com/Unyxos/srcds-exporter/issues"
"url": "https://github.com/Sithranduil/srcds-exporter/issues"
},
"homepage": "https://github.com/Unyxos/srcds-exporter#readme",
"homepage": "https://github.com/Sithranduil/srcds-exporter#readme",
"dependencies": {
"@hellz.fr/sourcecon": "^1.0.0",
"express": "^4.17.1",
"got": "^11.8.0",
"jsdom": "^16.4.0",
"prom-client": "^11.5.3",
"srcds-rcon": "^2.2.1",
"working-rcon": "^0.2.8"
"prom-client": "^11.5.3"
},
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.3",
"eslint-plugin-react-hooks": "^4.0.0"
"eslint-plugin-import": "^2.22.1"
}
}