{ "name": "backend", "version": "1.0.0", "description": "snai3i landing-page dashboard backend", "type": "commonjs", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "npx concurrently \"tsc --watch\" \"nodemon -q dist/index.js\"" }, "author": "Sofiane KHEDIM", "license": "ISC", "dependencies": { "bcryptjs": "^2.4.3", "chalk": "^4.1.2", "cookie-parser": "^1.4.6", "cors": "^2.8.5", "dotenv": "^16.4.1", "express": "^4.18.2", "express-async-handler": "^1.2.0", "joi": "^17.12.1", "json2csv": "^6.0.0-alpha.2", "jsonwebtoken": "^9.0.2", "mongoose": "^7.6.3", "nodemailer": "^6.9.14" }, "devDependencies": { "@types/bcryptjs": "^2.4.6", "@types/cookie-parser": "^1.4.6", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/json2csv": "^5.0.7", "@types/jsonwebtoken": "^9.0.5", "@types/node": "^20.11.10", "nodemon": "^3.0.3", "ts-node": "^10.9.2", "ts-node-dev": "^2.0.0", "typescript": "^5.3.3" } }