Add wallet tracker

This commit is contained in:
Patrick Balsiger
2024-01-28 12:17:53 +01:00
parent fda9701e35
commit 6afd518f58
7 changed files with 1319 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "wallet-tracker",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node --no-warnings=ExperimentalWarning src/main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"prom-client": "^15.1.0"
}
}