Files
yourpart3/backend/package.json
Torsten Schulz 3880a265eb Initial commit
2024-07-17 22:24:56 +02:00

20 lines
367 B
JSON

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