{ "name": "api", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "bcryptjs": "^3.0.3", "cookie-parser": "^1.4.7", "cors": "^2.8.6", "dotenv": "^17.4.2", "express": "^5.2.1", "jsonwebtoken": "^9.0.3", "pg": "^8.22.0", "qrcode": "^1.5.4", "redis": "^6.1.0", "shortid": "^2.2.17", "ua-parser-js": "^2.0.10" } }