mirror of
https://github.com/Sithranduil/srcds_exporter.git
synced 2025-07-23 08:28:00 +02:00
feat: add support for source 2
This commit is contained in:
18
package.json
18
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user