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

24 lines
501 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": {
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",
"form-data": "^4.0.0",
2021-04-27 16:30:51 +00:00
"got": "^11.8.2",
"graceful-fs": "^4.2.8",
2021-04-27 16:30:51 +00:00
"hasha": "^5.2.2",
"http-status-codes": "^2.1.2",
2021-03-11 11:08:16 +00:00
"lodash": "^4.17.21",
2020-07-30 12:23:49 +00:00
"lowdb": "^1.0.0",
"skynet-js": "^3.0.2",
2021-04-29 14:56:53 +00:00
"write-file-atomic": "^3.0.3",
"yargs": "^17.1.1"
2020-07-30 12:23:49 +00:00
},
"devDependencies": {
"prettier": "^2.4.0"
2020-07-30 12:23:49 +00:00
}
}