{ "name": "backend-opticscan", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "nodemon index.js" }, "repository": { "type": "git", "url": "git+https://github.com/optic-scan/backend-optic-scan.git" }, "author": "diasdigital", "license": "ISC", "bugs": { "url": "https://github.com/optic-scan/backend-optic-scan/issues" }, "homepage": "https://github.com/optic-scan/backend-optic-scan#readme", "dependencies": { "axios": "^1.8.4", "bcrypt": "^5.1.1", "cookie-parser": "^1.4.7", "cors": "^2.8.5", "dotenv": "^16.4.7", "express": "^4.21.2", "form-data": "^4.0.2", "jsonwebtoken": "^9.0.2", "multer": "^1.4.5-lts.2", "mysql2": "^3.13.0", "sequelize": "^6.37.6" } }