Message and Docker added

This commit is contained in:
NyxiumYuuki 2021-05-28 08:03:55 +02:00
parent 72d9179ddd
commit 6526791263
8 changed files with 1125 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{
"name": "service-message",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"fs": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.11",
"socket.io": "^4.1.2"
}
}