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.

28 lines
680 B

4 years ago
4 years ago
  1. {
  2. "name": "masoud-is-real",
  3. "version": "1.0.0",
  4. "description": "socket io for persist and non persist notifaction",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "masouddarvishi56@yahoo.com",
  10. "license": "ISC",
  11. "dependencies": {
  12. "axios": "^0.21.1",
  13. "body-parser": "^1.19.0",
  14. "express": "^4.17.1",
  15. "http": "0.0.1-security",
  16. "redis": "^3.0.2",
  17. "socket.io": "^4.0.0",
  18. "socket.io-emitter": "^3.2.0",
  19. "socket.io-redis": "^6.1.0"
  20. },
  21. "devDependencies": {
  22. "eslint": "^7.5.0"
  23. },
  24. "optionalDependencies": {
  25. "bufferutil": "^4.0.1",
  26. "utf-8-validate": "^5.0.2"
  27. }
  28. }