picshop-backend/package.json
2024-12-10 11:55:02 +09:00

39 lines
891 B
JSON

{
"name": "nextall",
"version": "0.0.1",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cloudinary": "^2.0.3",
"cors": "^2.8.5",
"dotenv": "^16.4.4",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"lint": "^1.1.2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"mongoose": "^8.1.3",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.10",
"nodemon": "^3.0.3",
"nvm": "^0.0.4",
"otp-generator": "^4.0.1",
"path": "^0.12.7",
"sharp": "^0.33.5",
"socket.io": "^4.8.1",
"stripe": "^14.22.0",
"vercel": "^28.18.5",
"zlib": "^1.0.5"
}
}