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.

26 lines
547 B

3 months ago
  1. {
  2. "name": "realtime-voicecall-backend",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "dev": "ts-node src/index.ts",
  7. "build": "tsc",
  8. "start": "node dist/index.js"
  9. },
  10. "keywords": [],
  11. "author": "",
  12. "license": "ISC",
  13. "description": "",
  14. "dependencies": {
  15. "cors": "^2.8.5",
  16. "express": "^4.21.1",
  17. "socket.io": "^4.8.0"
  18. },
  19. "devDependencies": {
  20. "@types/express": "^5.0.0",
  21. "@types/node": "^22.7.5",
  22. "@types/socket.io": "^3.0.2",
  23. "ts-node": "^10.9.2",
  24. "typescript": "^5.6.3"
  25. }
  26. }