{ "name": "camptickets-backend", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "tsx watch src/server.ts", "build": "tsc -p tsconfig.json", "start": "node dist/server.js", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@fastify/formbody": "^8.0.2", "@fastify/jwt": "^9.0.4", "@fastify/rate-limit": "^10.2.2", "@fastify/static": "^8.0.4", "fastify": "^5.2.1", "qrcode": "^1.5.4", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.10.5", "@types/qrcode": "^1.5.5", "tsx": "^4.19.2", "typescript": "^5.7.3", "vitest": "^2.1.8" } }