{ "name": "backend", "version": "1.0.0", "main": "index.js", "scripts": { "build": "npx esbuild ./src/index.ts --bundle --platform=node --outfile=dist/index.js", "start": "node dist/index.js", "dev": "npm run build && npm run start" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@google/genai": "^0.13.0", "@repo/db": "*", "@types/cors": "^2.8.18", "@types/express": "^5.0.1", "@types/jsonwebtoken": "^9.0.9", "@types/node": "^22.15.17", "cors": "^2.8.5", "express": "^5.1.0", "jsonwebtoken": "^9.0.2", "mime": "^4.0.7", "zod": "^3.24.4" } }