api/package.json
2024-08-27 13:39:07 +05:30

48 lines
1.2 KiB
JSON

{
"name": "atp-backend",
"version": "1.0.0",
"description": "atp",
"main": "server.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js",
"clean": "rm -rf dist",
"compile": "babel src -d dist",
"build": "npm run clean && npm run compile"
},
"author": "pawan",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"axios": "^1.6.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"cloudinary": "^1.30.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-fileupload": "^1.4.0",
"firebase-admin": "^12.3.0",
"generate-password": "^1.7.0",
"jsonwebtoken": "^8.5.1",
"messagebird": "^4.0.1",
"micro": "^10.0.1",
"mongoose": "^6.3.5",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"nanoid": "^5.0.7",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.4",
"nodemon": "^3.0.1",
"pm2": "^5.3.1",
"razorpay": "^2.9.2",
"secure-random-password": "^0.2.3",
"stripe": "^14.16.0",
"uuid": "^9.0.1",
"validator": "^13.7.0",
"xlsx": "^0.18.5"
}
}