{ "name": "resistencia-server", "version": "1.1.0", "description": "Backend para el juego La Resistencia", "main": "src/index.ts", "scripts": { "dev": "npx nodemon --watch src --exec \"npx ts-node\" src/index.ts", "build": "tsc", "start": "node dist/index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@types/pg": "^8.16.0", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.18.2", "pg": "^8.16.3", "socket.io": "^4.7.2" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/node": "^20.10.0", "nodemon": "^3.0.1", "ts-node": "^10.9.1", "typescript": "^5.3.2" } }