UNPKG

@kokis/health

Version:
38 lines (37 loc) 777 B
{ "name": "@kokis/health", "version": "1.2.5", "description": "Health module for kokis", "keywords": [ "nodejs", "api", "health", "kubernetes", "terminus" ], "directories": { "src": "src" }, "files": [ "src", "dist", "index.d.ts" ], "repository": { "type": "git", "url": "https://github.com/pupudu/kokis.git" }, "author": "Pubudu Dodangoda <pubudu.dodan@gmail.com>", "license": "ISC", "main": "dist/index.js", "scripts": { "test": "jest", "lint": "eslint 'src/**/*.ts' --fix", "build": "rm -rf dist && tsc -p tsconfig.build.json", "prepublishOnly": "yarn build" }, "devDependencies": { "@godaddy/terminus": "^4.4.1" }, "gitHead": "7316ae82bbc292f4a090b13a56853826e8ecfbb4" }