UNPKG

arecibo

Version:

Fastify plugin that respondes to Kubernetes readiness and liveness probes.

77 lines (76 loc) 2.27 kB
{ "name": "arecibo", "version": "4.0.1", "description": "Fastify plugin that respondes to Kubernetes readiness and liveness probes.", "main": "./lib", "types": "./lib/index.d.ts", "scripts": { "type-check": "tsc -p ./tsconfig.json --noEmit", "clean-build": "rimraf ./lib && mkdir lib", "prebuild": "npm-run-all clean-build format type-check", "build": "tsc -p ./tsconfig.json", "format": "biome format --write .", "check": "biome check --apply .", "prepublishOnly": "npm run build", "commitlint": "commitlint", "semantic-release": "semantic-release", "commit": "npx git-cz", "prepare": "husky install", "update": "npx npm-check -u", "test": "node --test --require ts-node/register src/index.test.ts" }, "repository": { "type": "git", "url": "git+https://github.com/ducktors/arecibo.git" }, "keywords": [ "kubernetes", "fastify", "fastify-plugin", "probe", "liveness", "readiness", "pinger", "monitoring", "kubernetes-monitoring" ], "author": "kubernetes-monitoring", "license": "MIT", "bugs": { "url": "https://github.com/ducktors/arecibo/issues" }, "homepage": "https://github.com/ducktors/arecibo#readme", "devDependencies": { "@biomejs/biome": "^1.9.4", "@commitlint/cli": "^19.7.1", "@commitlint/config-conventional": "^19.7.1", "@commitlint/lint": "^19.7.1", "@commitlint/prompt": "^19.7.1", "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.1", "@semantic-release/npm": "^12.0.1", "@semantic-release/release-notes-generator": "^14.0.3", "@types/node": "^22.13.4", "commitizen": "^4.3.1", "commitlint-config-cz": "^0.13.3", "commitlint-plugin-function-rules": "^4.0.1", "cz-conventional-changelog": "^3.3.0", "fastify": "^5.2.1", "husky": "^9.1.7", "npm-run-all": "^4.1.5", "rimraf": "^6.0.1", "semantic-release": "^24.2.3", "ts-node": "^10.9.2", "typescript": "^5.7.3" }, "files": ["/lib"], "dependencies": { "fastify-plugin": "^5.0.1" }, "engines": { "node": ">=20.0.0" }, "packageManager": "pnpm@10.4.1" }