{ "name": "backend-phis2nd-ts", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "concurrently \"tsc -w\" \"nodemon dist/app.js\"", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@prisma/client": "^5.10.2", "@types/morgan": "^1.9.9", "@types/uuid": "^9.0.8", "axios": "^1.6.7", "body-parser": "^1.20.2", "cookie-parser": "^1.4.6", "cors": "^2.8.5", "date-fns-tz": "^3.1.3", "dotenv": "^16.4.5", "express": "^4.18.2", "express-validator": "^7.0.1", "googleapis": "^135.0.0", "jsonwebtoken": "^9.0.2", "moment-timezone": "^0.5.45", "morgan": "^1.10.0", "nodemailer": "^6.9.13", "path": "^0.12.7", "uuid": "^9.0.1" }, "devDependencies": { "@types/bcrypt": "^5.0.2", "@types/cookie-parser": "^1.4.7", "@types/cors": "^2.8.17", "@types/dotenv": "^8.2.0", "@types/express": "^4.17.21", "@types/express-validator": "^3.0.0", "@types/jsonwebtoken": "^9.0.6", "@types/multer": "^1.4.11", "@types/nodemailer": "^6.4.15", "@types/swagger-jsdoc": "^6.0.4", "@types/swagger-ui-express": "^4.1.6", "bcrypt": "^5.1.1", "concurrently": "^9.0.1", "crypto": "^1.0.1", "multer": "^1.4.5-lts.1", "nodemon": "^3.1.0", "prisma": "^5.10.2", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.0", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }