{ "name": "webgis-portal-unified", "version": "1.0.0", "description": "Unified WebGIS portal combining SPBU, Road Management, Poverty Mapping, and Chloropleth apps", "main": "server.js", "scripts": { "start": "node server.js", "dev": "nodemon server.js" }, "dependencies": { "bcrypt": "^6.0.0", "body-parser": "^2.2.2", "cors": "^2.8.6", "dotenv": "^17.4.2", "express": "^5.2.1", "jsonwebtoken": "^9.0.3", "mysql2": "^3.22.3" } }