package.json 331 B

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