hapi-and-healthy
Version:
Health Status API for Hapi
56 lines (55 loc) • 1.34 kB
JSON
{
"name": "hapi-and-healthy",
"version": "7.1.0",
"description": "Health Status API for Hapi",
"main": "index.js",
"scripts": {
"start": "./node_modules/gulp/bin/gulp.js",
"test": "./node_modules/gulp/bin/gulp.js test",
"nodeversions": "node ./node_modules/autochecker/cli.js 8 10",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git@github.com:atomantic/hapi-and-healthy.git"
},
"keywords": [
"hapi",
"hapi plugin",
"service-status",
"health",
"monitoring",
"monitor",
"LTM",
"plugin",
"usage",
"status"
],
"author": "Adam Eivy <atomantic@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/atomantic/hapi-and-healthy/issues"
},
"homepage": "https://github.com/atomantic/hapi-and-healthy",
"devDependencies": {
"@hapi/hapi": "20.0.0",
"@hapi/joi": "15.1.1",
"@hapi/lab": "20.1.0",
"autochecker": "0.9.2",
"code": "5.2.4",
"gulp": "4.0.2",
"gulp-eslint": "6.0.0",
"gulp-lab": "2.0.0",
"gulp-supervisor": "0.1.2",
"gulp-webserver": "0.9.1",
"open": "6.4.0",
"snyk": "^1.217.3"
},
"dependencies": {
"humanize-duration": "3.20.1",
"lodash": "4.17.21",
"pretty-bytes": "5.3.0"
},
"snyk": true
}