{ "name": "server", "version": "1.0.0", "description": "", "license": "GPL-3.0", "author": "", "type": "commonjs", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "cors": "^2.8.6", "dotenv": "^17.3.1", "express": "^5.2.1", "pg": "^8.19.0", "sequelize": "^6.37.7" } }