{ "name": "@tickettracker/backend", "version": "1.0.0", "private": true, "type": "module", "main": "dist/index.js", "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc -p tsconfig.json", "start": "node dist/index.js", "typecheck": "tsc -p tsconfig.json --noEmit" }, "dependencies": { "cors": "^2.8.5", "dotenv": "^16.4.7", "express": "^5.1.0", "pg": "^8.13.1" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@types/node": "^22.10.2", "@types/pg": "^8.11.10", "tsx": "^4.19.2", "typescript": "^5.7.2" } }