Files
ipd-shomalhospital-backend/package.json
2026-03-26 08:14:56 +03:30

66 lines
1.6 KiB
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"dev": "nodemon --watch src --exec ts-node -r tsconfig-paths/register src/index.ts",
"dev:ts": "nodemon",
"build": "tsc",
"start": "node dist/index.js"
},
"prisma": {
"schema": "./prisma"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/bcrypt": "^6.0.0",
"@types/busboy": "^1.5.4",
"@types/cookie-parser": "^1.4.10",
"@types/cors": "^2.8.19",
"@types/csurf": "^1.11.5",
"@types/express": "^5.0.5",
"@types/hpp": "^0.2.7",
"@types/jsonwebtoken": "^9.0.10",
"@types/multer": "^2.0.0",
"@types/node": "^24.10.1",
"@types/pg": "^8.15.6",
"nodemon": "^3.1.11",
"prisma": "^7.0.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
},
"dependencies": {
"@prisma/adapter-pg": "^7.0.1",
"@prisma/client": "^7.0.1",
"auto-bind": "^4.0.0",
"axios": "^1.13.2",
"bcrypt": "^6.0.0",
"busboy": "^1.6.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dotenv": "^17.2.3",
"exceljs": "^4.4.0",
"express": "^5.1.0",
"express-rate-limit": "^8.2.1",
"file-type": "^21.1.1",
"form-data": "^4.0.5",
"helmet": "^8.1.0",
"hpp": "^0.2.3",
"http-errors": "^2.0.1",
"joi": "^18.0.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^9.0.2",
"multer": "^2.0.2",
"node-fetch": "^3.3.2",
"nodemailer": "^7.0.11",
"slugify": "^1.6.6",
"transliteration": "^2.3.5"
}
}