{
  "name": "server",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "node dist/server.mjs",
    "build": "tsup src --format esm",
    "dev": "tsx watch --env-file .env src/server.ts",
    "db:migrate": "prisma migrate dev",
    "db:studio": "prisma studio"
  },
   "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@fastify/cors": "^9.0.1",
    "@fastify/jwt": "^8.0.1",
    "@fastify/multipart": "^8.3.0",
    "@fastify/static": "^7.0.4",
    "@fastify/swagger": "^8.14.0",
    "@fastify/swagger-ui": "^3.0.0",
    "@paralleldrive/cuid2": "^2.2.2",
    "@prisma/client": "^5.15.0",
    "@react-email/components": "^0.0.21",
    "@react-email/render": "^0.0.16",
    "aws-sdk": "^2.1659.0",
    "fastify": "^4.27.0",
    "fastify-multipart": "^5.3.1",
    "fastify-plugin": "^4.5.1",
    "fastify-type-provider-zod": "^1.2.0",
    "nodemailer": "^6.9.14",
    "pump": "^3.0.0",
    "uuid": "^10.0.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^20.14.2",
    "@types/nodemailer": "^6.4.15",
    "@types/react": "^18.3.3",
    "@types/uuid": "^10.0.0",
    "prisma": "^5.15.0",
    "tsup": "^8.1.0",
    "tsx": "4.7.1",
    "typescript": "5.4.3"
  }
}
