2019-05-08 16:12:02 +03:00
|
|
|
{
|
2019-05-14 10:17:03 +03:00
|
|
|
"name": "monitor",
|
2019-05-08 16:12:02 +03:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2019-07-09 20:26:40 +03:00
|
|
|
"check-all": "timeout -s 9 5m node checkWorker.js && timeout -s 9 5m node checkWorker2.js",
|
2019-05-08 16:12:02 +03:00
|
|
|
"start": "node index.js",
|
2019-07-09 20:26:40 +03:00
|
|
|
"check-and-start": "yarn check-all && yarn start",
|
2019-05-22 17:31:09 +03:00
|
|
|
"lint": "eslint . --ignore-path ../.eslintignore",
|
2019-05-08 16:12:02 +03:00
|
|
|
"lint:fix": "eslint . --fix"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"bignumber.js": "^6.0.0",
|
|
|
|
"dotenv": "^5.0.1",
|
|
|
|
"express": "^4.16.3",
|
|
|
|
"node-fetch": "^2.1.2",
|
|
|
|
"web3": "1.0.0-beta.34"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8.9"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
}
|
|
|
|
}
|