You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
563 B
27 lines
563 B
{
|
|
"name": "backend-node",
|
|
"version": "0.1.0",
|
|
"description": "Es un backend hecho con node y websockets",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"chat",
|
|
"telegram",
|
|
"backend",
|
|
"node"
|
|
],
|
|
"author": "matijego",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.1",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.0.1",
|
|
"express": "^4.17.2",
|
|
"mariadb": "^3.0.0",
|
|
"mongoose": "^6.1.10",
|
|
"multer": "^1.4.4",
|
|
"socket.io": "^4.4.1"
|
|
}
|
|
}
|
|
|