nuxt-health
Version:
Nuxt health check server middleware
37 lines (36 loc) • 780 B
JSON
{
"name": "nuxt-health",
"version": "0.1.0",
"description": "Nuxt health check server middleware",
"main": "lib/module.js",
"scripts": {
"lint": "eslint --ext=.js lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LuxChanLu/nuxt-health.git"
},
"keywords": [
"nuxt",
"health",
"healthcheck"
],
"author": "Hugo Meyronneinc <hugo@yoursoft.run>",
"license": "MIT",
"bugs": {
"url": "https://github.com/LuxChanLu/nuxt-health/issues"
},
"homepage": "https://github.com/LuxChanLu/nuxt-health#readme",
"jest": {
"testEnvironment": "node",
"coveragePathIgnorePatterns": [
"/node_modules/"
]
},
"engines": {
"node": ">= 12.x.x"
},
"devDependencies": {
"eslint": "^6.0.1"
}
}