{ "name": "weblogin1", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "nodemon index.js" }, "author": "Kántor Dániel", "license": "ISC", "dependencies": { "bcrypt": "^5.1.0", "body-parser": "^1.20.1", "express": "^4.18.2", "mysql": "^2.18.1", "nodemon": "^2.0.20" } }