learning_ai_common_plat/services/monitoring/package.json

18 lines
420 B
JSON

{
"name": "@lysnrai/monitoring",
"version": "0.1.0",
"private": true,
"description": "Health check and monitoring for all LysnrAI services",
"type": "module",
"scripts": {
"check": "tsx health-check.ts",
"serve": "tsx health-check.ts --serve"
},
"devDependencies": {
"@bytelyst/monitoring": "workspace:*",
"@types/node": "^22.12.0",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}