{ "name": "onlineshop", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "bcryptjs": "^2.4.3", "body-parser": "^1.19.2", "cookie-parser": "^1.4.6", "ejs": "^3.1.6", "express": "^4.17.3", "jsonwebtoken": "^8.5.1", "mysql": "^2.18.1", "uuid": "^8.3.2" } }