UNPKG

strapi-health-plugin

Version:

A Strapi plugin for supporting Kubernetes health checks

52 lines (51 loc) 1.13 kB
{ "name": "strapi-health-plugin", "version": "1.2.1", "description": "A Strapi plugin for supporting Kubernetes health checks", "strapi": { "name": "health", "description": "A simple health endpoint", "kind": "plugin" }, "dependencies": { "prop-types": "^15.7.2" }, "devDependencies": { "@strapi/typescript-utils": "^4.6.0", "@types/node": "^20.8.2", "typescript": "5.0.4" }, "peerDependencies": { "@strapi/strapi": ">=4.4.0 <6.0.0" }, "scripts": { "develop": "tsc -p tsconfig.server.json -w", "build": "tsc -p tsconfig.server.json" }, "author": { "name": "Remi Kristelijn" }, "maintainers": [ { "name": "Remi Kristelijn" } ], "engines": { "node": ">=16.0.0 <=22.x.x", "npm": ">=6.0.0" }, "gitRepository": "https://github.com/rkristelijn/strapi-health-plugin.git", "keywords": [ "strapi", "Kubernetes", "health", "healthcheck", "health-check", "health endpoint" ], "license": "MIT", "repository": { "type": "git", "url": "git@github.com:rkristelijn/strapi-health-plugin.git" } }