package.json 514 B

123456789101112131415161718192021222324
  1. {
  2. "name": "server",
  3. "version": "1.0.0",
  4. "description": "server for nixchat",
  5. "main": "index.js",
  6. "dependencies": {
  7. "bcrypt": "^5.0.1",
  8. "cors": "^2.8.5",
  9. "dotenv": "^16.0.0",
  10. "express": "^4.17.2",
  11. "http": "0.0.1-security",
  12. "jsonwebtoken": "^8.5.1",
  13. "mongoose": "^6.2.1",
  14. "nodemon": "^2.0.15",
  15. "socket.io": "^4.4.1",
  16. "socket.io-client": "^4.4.1"
  17. },
  18. "devDependencies": {},
  19. "scripts": {
  20. "test": "test"
  21. },
  22. "author": "sergey borshch",
  23. "license": "ISC"
  24. }