This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
2020-07-30 12:23:49 +00:00
|
|
|
{
|
|
|
|
"name": "health-check",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"body-parser": "^1.19.0",
|
2020-08-26 15:08:52 +00:00
|
|
|
"deep-object-diff": "^1.1.0",
|
2020-07-30 12:23:49 +00:00
|
|
|
"express": "^4.17.1",
|
2020-08-25 15:09:05 +00:00
|
|
|
"http-status-codes": "^2.1.2",
|
2020-08-26 15:08:52 +00:00
|
|
|
"lodash": "^4.17.20",
|
2020-07-30 12:23:49 +00:00
|
|
|
"lowdb": "^1.0.0",
|
|
|
|
"node-schedule": "^1.3.2",
|
2020-08-26 13:56:12 +00:00
|
|
|
"object-hash": "^2.0.3",
|
2020-08-18 16:10:09 +00:00
|
|
|
"superagent": "^6.0.0"
|
2020-07-30 12:23:49 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"prettier": "^2.0.5"
|
|
|
|
}
|
|
|
|
}
|