{ "name": "backend", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@sendgrid/mail": "^8.1.5", "argon2": "^0.41.1", "body-parser": "^1.20.3", "cors": "^2.8.5", "dotenv": "^16.4.7", "express": "^4.21.2", "jsonwebtoken": "^9.0.2", "mysql2": "^3.13.0", "nodemailer": "^7.0.3", "randomstring": "^1.3.1", "sequelize": "^6.37.6", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.1" }, "devDependencies": { "@types/swagger-ui-express": "^4.1.8", "sequelize-cli": "^6.6.2" } }