e2ee-messaging-service/package.json
2025-02-08 18:01:39 +01:00

18 lines
381 B
JSON

{
"name": "e2ee-messaging-service",
"version": "0.0.1",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sam Hadow",
"license": "BSD-3-Clause-Attribution",
"dependencies": {
"bootstrap": "^5.3.3",
"cookie-parser": "^1.4.7",
"express": "^4.21.2",
"socket.io": "^4.8.1"
}
}