CodeCards/backend/package.json

18 lines
324 B
JSON

{
"name": "backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.19.2",
"mongoose": "^8.5.2",
"socket.io": "^4.7.5"
}
}