Spaces:
Sleeping
Sleeping
File size: 583 Bytes
0f8617c 76cd5d5 0f8617c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | {
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"dev": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^3.0.3",
"cloudinary": "^2.9.0",
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"mongodb-memory-server": "^11.0.1",
"mongoose": "^9.3.0",
"multer": "^2.1.1",
"socket.io": "^4.8.3"
}
}
|