{
  "name": "softlabornex-admin-api",
  "version": "1.0.0",
  "description": "Backend API for the Softlabornex admin panel (clients + credentials storage)",
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "dependencies": {
    "cors": "^2.8.5",
    "express": "^4.19.2"
  }
}
