{ "name": "elearn-backend", "version": "1.0.0", "description": "Node.js Rest Apis with Express, Sequelize & MySQL", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "nodejs", "express", "rest", "api", "sequelize", "mysql" ], "author": "Tech4Biz", "license": "ISC", "dependencies": { "cors": "^2.8.5", "crypto": "^1.0.1", "crypto-js": "^4.2.0", "express": "^4.18.2", "multer": "^1.4.5-lts.1", "mysql2": "^2.3.3", "nodemailer": "^6.9.13", "sequelize": "^6.32.0", "uuidv4": "^6.2.13" } }