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.

29 lines
633 B

3 months ago
3 months ago
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. "crypto-js": "^4.2.0",
  17. "dotenv": "^16.4.5",
  18. "express": "^4.21.1",
  19. "socket.io": "^4.8.0"
  20. },
  21. "devDependencies": {
  22. "@types/crypto-js": "^4.2.2",
  23. "@types/express": "^5.0.0",
  24. "@types/node": "^22.7.5",
  25. "@types/socket.io": "^3.0.2",
  26. "ts-node": "^10.9.2",
  27. "typescript": "^5.6.3"
  28. }
  29. }