CoolFace
Apppublic

programmer9999/chatverse-backend

sourceHugging Facemitupdated 9mo agoView on Hugging Face
0likes
package.json22 linesDownload Raw Back to root
1{2  "name": "backend",3  "version": "1.0.0",4  "description": "",5  "main": "index.js",6  "scripts": {7    "test": "echo \"Error: no test specified\" && exit 1"8  },9  "keywords": [],10  "author": "",11  "license": "ISC",12  "type": "commonjs",13  "dependencies": {14    "cors": "^2.8.5",15    "dotenv": "^17.2.3",16    "express": "^5.2.1",17    "mongoose": "^9.0.2",18    "nodemon": "^3.1.11",19    "socket.io": "^4.8.3"20  }21}22