Files
backend-Eprocurement/package.json
2025-12-05 06:21:42 +07:00

33 lines
781 B
JSON

{
"name": "wsproc",
"version": "1.0.0",
"description": "Procurement Web Services",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "itnsr09@gmail.com",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"csv": "^6.3.8",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-validator": "^6.14.2",
"jsonwebtoken": "^9.0.2",
"libreoffice-convert": "^1.4.1",
"moment-timezone": "^0.5.39",
"mongoose": "^6.8.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"nodemailer": "^6.8.0",
"nodemon": "^3.1.0",
"path": "^0.12.7",
"qrcode": "^1.5.1",
"request": "^2.88.2",
"slashes": "^3.0.10",
"util": "^0.12.5"
}
}