{
  "name": "app-cham-cong",
  "version": "1.0.0",
  "description": "LSEMS - Attendance Tracking System",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "dev": "node server.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "attendance",
    "gps",
    "tracking"
  ],
  "author": "LSEMS Team",
  "license": "ISC",
  "type": "commonjs",
  "dependencies": {
    "cors": "^2.8.6",
    "dotenv": "^16.6.1",
    "express": "^5.2.1",
    "mysql2": "^3.22.5",
    "pg": "^8.21.0",
    "socket.io": "^4.8.3"
  }
}
