{ "name": "@qipai/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": "node tests/backend-contract.test.mjs" }, "dependencies": { "@fastify/cors": "^9.0.1", "@fastify/rate-limit": "^9.1.0", "fastify": "^4.28.1", "kysely": "^0.27.4", "mysql2": "^3.11.3", "pino": "^9.4.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.17.6", "tsx": "^4.19.2", "typescript": "^5.6.3" } }