{ "name": "backend", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "tsc && node dist/index.js", "start": "node dist/index.js" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "devDependencies": { "@types/bcryptjs": "^2.4.6", "@types/ejs": "^3.1.5", "@types/jsonwebtoken": "^9.0.10", "@types/multer": "^2.0.0", "@types/node": "^25.0.2", "@types/node-cron": "^3.0.11", "@types/nodemailer": "^7.0.4", "@types/xlsx": "^0.0.35", "ts-node": "^10.9.2", "typescript": "^5.9.3" }, "dependencies": { "@prisma/client": "5.10.0", "@types/cors": "^2.8.19", "@types/express": "^5.0.6", "bcryptjs": "^3.0.3", "cors": "^2.8.5", "dotenv": "^17.2.3", "ejs": "^3.1.10", "express": "^5.2.1", "jsonwebtoken": "^9.0.3", "multer": "^2.0.2", "node-cron": "^4.2.1", "nodemailer": "^7.0.11", "prisma": "5.10.0", "xlsx": "^0.18.5" } }