forked from leapdao/eth-node-healthcheck
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 823 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "eth-node-lb-healthcheck",
"version": "1.1.6",
"description": "Simple http server to monitor if Geth/Parity is in sync with the blockchain; can be used with AWS ELB",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ExilionTechnologies/eth-node-lb-healthcheck.git"
},
"author": "exiliontech",
"bin": {
"eth-node-lb-healthcheck": "./index.js"
},
"license": "MIT",
"dependencies": {
"dotenv": "^8.0.0",
"ethers": "^4.0.33",
"http": "0.0.0"
},
"bugs": {
"url": "https://github.com/ExilionTechnologies/eth-node-lb-healthcheck/issues"
},
"homepage": "https://github.com/ExilionTechnologies/eth-node-lb-healthcheck#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {}
}