learning_ai_common_plat/services/monitoring/package.json
saravanakumardb1 8fe26027e7 chore(deps): bump @types/node 22 -> 25 (dev types)
Verified: full workspace build (tsc) green across all packages/services/dashboards;
fleet+items tests pass. Compile-time only.

Generated with [Devin](https://cli.devin.ai/docs)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-05-31 04:02:56 -07:00

18 lines
419 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": "^25.9.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}