Files
FranciaOcupada/server/package.json
Resistencia Dev 98b5984a6b
Some checks failed
CI/CD - Francia Ocupada (La Resistencia) / build-and-deploy (push) Failing after 6s
chore: bump version to 1.3.0
2025-12-22 23:47:33 +01:00

30 lines
715 B
JSON

{
"name": "resistencia-server",
"version": "1.3.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"
}
}