Adding application and DockerImage

هذا الالتزام موجود في:
2026-07-29 02:33:01 +03:00
الأصل 3e2e01add3
التزام 2c6df58cef
624 ملفات معدلة مع 68945 إضافات و0 حذوفات

عرض الملف

@@ -0,0 +1,12 @@
{
"name": "q1-deploy-monitor",
"version": "1.0.0",
"description": "Small Node.js + Express API for an SRE take-home assessment",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "^4.21.2"
}
}