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

20 lines
483 B
JSON
Raw Normal View History

2023-04-09 06:49:29 +00:00
{
"name": "fortnite-metrics-grafana",
"version": "1.0.0",
"description": "Tracks fortnite account metrics such as kills, kd, wins, etc.",
"main": "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",
"fnapicom": "^1.1.0"
}
}