This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
fortnite-metrics-grafana/package.json
Fascinated 42ee829fc0
All checks were successful
docker (ubuntu-latest, 2.38.4)
add a singular metric
2023-04-09 08:18:19 +01:00

22 lines
517 B
JSON

{
"name": "fortnite-metrics-grafana",
"version": "1.0.0",
"description": "Tracks fortnite account metrics such as kills, kd, wins, etc.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@git.fascinated.cc:222/Fascinated/fortnite-metrics-grafana.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fnapicom": "^1.1.0",
"prom-client": "^14.2.0"
}
}