الملفات
ghaymah-exam-AhmedNasser-SRE/q1-deploy-monitor/package.json

12 أسطر
252 B
JSON

{
"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"
}
}