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.
skynet-webportal/packages/health-check/package.json

19 lines
369 B
JSON
Raw Normal View History

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",
"express": "^4.17.1",
"http-status-codes": "^1.4.0",
"lodash": "^4.17.19",
"lowdb": "^1.0.0",
"node-schedule": "^1.3.2",
"superagent": "^6.0.0"
2020-07-30 12:23:49 +00:00
},
"devDependencies": {
"prettier": "^2.0.5"
}
}