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

25 lines
525 B
JSON

{
"name": "health-check",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"deep-object-diff": "^1.1.7",
"express": "^4.18.1",
"form-data": "^4.0.0",
"got": "^11.8.2",
"graceful-fs": "^4.2.10",
"hasha": "^5.2.2",
"http-status-codes": "^2.2.0",
"lodash": "^4.17.21",
"lowdb": "^1.0.0",
"skynet-js": "^4.1.0",
"write-file-atomic": "^4.0.1",
"yargs": "^17.4.1"
},
"devDependencies": {
"jest": "^28.0.3",
"prettier": "^2.6.2"
}
}