{ "name": "snai3i-marketplace-rest-api", "version": "1.0.0", "description": "", "main": "dist/index.js", "type": "commonjs", "scripts": { "build": "npx tsc", "dev": "npx concurrently \"tsc --watch\" \"nodemon -q dist/dev.js\"", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "Sofiane Khedim", "license": "ISC", "devDependencies": { "@types/bcrypt": "^5.0.2", "@types/cookie-parser": "^1.4.7", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/jsonwebtoken": "^9.0.6", "@types/multer": "^1.4.11", "@types/node": "^20.12.8", "@types/nodemailer": "^6.4.15", "dotenv": "^16.4.5", "install": "^0.13.0", "nodemon": "^3.1.0", "npm": "^10.7.0", "typescript": "^5.4.3" }, "dependencies": { "bcrypt": "^5.1.1", "cloudinary": "^2.2.0", "cookie-parser": "^1.4.6", "cors": "^2.8.5", "date-fns": "^3.6.0", "express": "^4.19.2", "express-validator": "^7.0.1", "json2csv": "^6.0.0-alpha.2", "jsonwebtoken": "^9.0.2", "multer": "^1.4.5-lts.1", "mysql2": "^3.9.7", "nodemailer": "^6.9.13", "winston": "^3.11.0" } }