2020-12-04 17:00:13 +00:00
|
|
|
{
|
|
|
|
"name": "eth-state-metrics",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "NodeJS Service to pull last block from etherscan and DB and provide Prometheus metrics",
|
|
|
|
"main": "index.js",
|
|
|
|
"license": "MIT",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"axios": "^0.21.0",
|
2020-12-04 20:16:35 +00:00
|
|
|
"cron": "^1.8.2",
|
2020-12-04 17:00:13 +00:00
|
|
|
"dotenv": "^8.2.0",
|
|
|
|
"express": "^4.17.1",
|
|
|
|
"pg": "^8.5.1",
|
|
|
|
"prom-client": "^12.0.0"
|
|
|
|
}
|
|
|
|
}
|