Files
appointment_to_examiner/server/package.json

50 lines
1.3 KiB
JSON

{
"name": "server",
"version": "1.0.0",
"description": "appointment_to_examiner",
"main": "sever.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm install --prefix ../client && npm run build --prefix ../client && npm install",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hk151109/appointment_to_examiner.git"
},
"author": "Harikrishnan",
"license": "ISC",
"bugs": {
"url": "https://github.com/hk151109/appointment_to_examiner/issues"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"connect-mongo": "^5.1.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"csv-writer": "^1.6.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"googleapis": "^134.0.0",
"jsonwebtoken": "^9.0.3",
"mongodb": "^6.15.0",
"mongoose": "^8.9.5",
"mongoose-findorcreate": "^4.0.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.13",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^8.0.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"jest": "^30.2.0",
"nodemon": "^3.1.0",
"supertest": "^7.2.2"
}
}