{ "name": "server", "version": "1.0.0", "type": "module", "main": "dist/index.js", "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "start": "node dist/index.js", "migrate": "tsx src/migrate.ts" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "cors": "^2.8.6", "dotenv": "^17.2.3", "express": "^5.2.1", "pg": "^8.17.2", "ws": "^8.19.0" }, "devDependencies": { "@types/cors": "^2.8.19", "@types/express": "^5.0.6", "@types/node": "^25.0.10", "@types/pg": "^8.16.0", "@types/ws": "^8.18.1", "tsx": "^4.21.0", "typescript": "^5.9.3" } }