EVOLUTION-MANAGER
Edit File: package.json
{ "name": "backend", "version": "1.0.0", "main": "server.js", "scripts": { "start": "node server.js", "dev": "nodemon server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/elgabo82/plantilla-proyecto-final.git" }, "author": "Gabriel Morejón", "license": "ISC", "bugs": { "url": "https://github.com/elgabo82/plantilla-proyecto-final/issues" }, "homepage": "https://github.com/elgabo82/plantilla-proyecto-final#readme", "description": "", "dependencies": { "cors": "^2.8.5", "dotenv": "^17.2.3", "express": "^5.2.1", "mariadb": "^3.4.5", "morgan": "^1.10.1", "mysql2": "^3.16.0", "sequelize": "^6.37.7" } }