Ajout des librairies got et jsdom

This commit is contained in:
2020-11-22 16:11:14 +01:00
parent fe3f30fbac
commit 028aa95463

View File

@@ -21,6 +21,8 @@
"homepage": "https://github.com/Unyxos/srcds-exporter#readme", "homepage": "https://github.com/Unyxos/srcds-exporter#readme",
"dependencies": { "dependencies": {
"express": "^4.17.1", "express": "^4.17.1",
"got": "^11.8.0",
"jsdom": "^16.4.0",
"prom-client": "^11.5.3", "prom-client": "^11.5.3",
"srcds-rcon": "^2.2.1", "srcds-rcon": "^2.2.1",
"working-rcon": "^0.2.8" "working-rcon": "^0.2.8"