1255affdb7
Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.0...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
20 lines
449 B
JSON
20 lines
449 B
JSON
{
|
|
"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.1",
|
|
"cron": "^1.8.2",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"pg": "^8.5.1",
|
|
"prom-client": "^12.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./src/index.js"
|
|
}
|
|
}
|