package.json 399 B

1234567891011121314151617181920
  1. {
  2. "name": "socket",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "cors": "^2.8.5",
  14. "express": "^4.17.2",
  15. "fs": "0.0.1-security",
  16. "http": "^0.0.1-security",
  17. "https": "^1.0.0",
  18. "socket.io": "^4.4.1"
  19. }
  20. }