Refactor code structure for improved readability and maintainability

هذا الالتزام موجود في:
2026-07-28 00:15:47 +03:00
الأصل 439a31ba93
التزام 04a73e93fa
14 ملفات معدلة مع 461 إضافات و77 حذوفات

14
Q1/package.json Normal file
عرض الملف

@@ -0,0 +1,14 @@
{
"name": "api-health-monitor-demo",
"version": "1.0.0",
"private": true,
"description": "Simple Express API with /health endpoint, monitored and dashboarded, deployed on ghaymah.systems",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.19.2"
}
}