File size: 637 Bytes
9470e9f 876f1dc 9470e9f |
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 28 29 30 31 |
{
"name": "cragy-server",
"version": "1.0.0",
"type": "module",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.13.2",
"cloudinary": "^2.9.0",
"cookie-session": "^2.1.1",
"cors": "^2.8.6",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"helmet": "^8.1.0",
"mongoose": "^9.1.5",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"socket.io": "^4.8.3"
},
"devDependencies": {
"nodemon": "^3.1.11"
}
}
|