{ "name": "api", "version": "1.0.0", "description": "", "license": "ISC", "author": "", "type": "commonjs", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "express": "^5.1.0", "jsonwebtoken": "^9.0.2", "md5": "^2.3.0", "mysql2": "^3.14.1", "sequelize": "^6.37.7", "sequelize-cli": "^6.6.3" } }