Découpage en module

This commit is contained in:
2020-10-17 19:32:32 +02:00
parent 14fdcc39c2
commit 47ea30b234
12 changed files with 3197 additions and 200 deletions

View File

@@ -3,7 +3,10 @@
"version": "1.0.0",
"description": "Prometheus Exporter for SRCDS game servers such as CSGO",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "nodemon index.js",
"lint": "eslint . --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {