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": {
|
2020-08-26 15:08:52 +00:00
|
|
|
"deep-object-diff": "^1.1.0",
|
2021-12-20 12:09:23 +00:00
|
|
|
"express": "^4.17.2",
|
2021-05-03 10:58:49 +00:00
|
|
|
"form-data": "^4.0.0",
|
2021-04-27 16:30:51 +00:00
|
|
|
"got": "^11.8.2",
|
2022-01-10 12:06:14 +00:00
|
|
|
"graceful-fs": "^4.2.9",
|
2021-04-27 16:30:51 +00:00
|
|
|
"hasha": "^5.2.2",
|
2021-12-27 12:05:38 +00:00
|
|
|
"http-status-codes": "^2.2.0",
|
2021-03-11 11:08:16 +00:00
|
|
|
"lodash": "^4.17.21",
|
2020-07-30 12:23:49 +00:00
|
|
|
"lowdb": "^1.0.0",
|
2021-11-08 14:20:26 +00:00
|
|
|
"skynet-js": "^4.0.19-beta",
|
2022-01-24 12:04:26 +00:00
|
|
|
"write-file-atomic": "^4.0.0",
|
2021-12-27 12:05:33 +00:00
|
|
|
"yargs": "^17.3.1"
|
2020-07-30 12:23:49 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-12-13 14:41:55 +00:00
|
|
|
"prettier": "^2.5.1"
|
2020-07-30 12:23:49 +00:00
|
|
|
}
|
|
|
|
}
|