{
  "name": "backend",
  "type": "module",
  "files": [
    "dist",
    "node_modules",
    ".env"
  ],
  "scripts": {
    "dev": "tsx watch src/index | pino-pretty --colorize --singleLine",
    "build": "rimraf dist && esbuild src/index.ts --bundle --platform=node --format=esm --outfile=dist/index.js --packages=external && cp -r src/static dist/static",
    "start": "node dist/index.js",
    "format": "prettier --write .",
    "lint": "eslint",
    "type-check": "tsc",
    "test": "NODE_ENV=test pnpm exec playwright test",
    "test-with-trace": "NODE_ENV=test pnpm exec playwright test --trace on",
    "test-report": "NODE_ENV=test pnpm exec playwright show-report",
    "db:generate": "drizzle-kit generate",
    "db:migrate": "drizzle-kit migrate",
    "db:push": "drizzle-kit push",
    "db:studio": "drizzle-kit studio"
  },
  "dependencies": {
    "@auth/drizzle-adapter": "^1.7.4",
    "@t3-oss/env-core": "^0.11.1",
    "@trpc/server": "^11.0.0-next-beta",
    "@types/cookie-parser": "^1.4.8",
    "@types/cors": "^2.8.17",
    "@types/express": "^5.0.0",
    "@types/html-to-text": "^9.0.4",
    "@types/sanitize-html": "^2.13.0",
    "@types/uuid": "^10.0.0",
    "cookie-parser": "^1.4.7",
    "cors": "^2.8.5",
    "dotenv": "^16.4.7",
    "drizzle-orm": "^0.37.0",
    "express": "^5.0.1",
    "handlebars": "^4.7.8",
    "html-to-text": "^9.0.5",
    "intl-messageformat": "^10.7.8",
    "jose": "^5.9.6",
    "mailslurp-client": "^15.20.2",
    "mysql2": "^3.11.5",
    "pino": "^9.5.0",
    "pino-http": "^10.3.0",
    "resend": "^4.0.1",
    "sanitize-html": "^2.13.1",
    "set-cookie-parser": "^2.7.1",
    "superjson": "^2.2.2",
    "uuid": "^11.0.3",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@playwright/test": "^1.49.0",
    "@types/node": "^22.10.1",
    "@types/pino-http": "^5.8.4",
    "@types/set-cookie-parser": "^2.4.10",
    "@types/supertest": "^6.0.2",
    "@typescript-eslint/eslint-plugin": "^8.17.0",
    "@typescript-eslint/parser": "^8.17.0",
    "drizzle-kit": "^0.29.1",
    "esbuild": "^0.24.0",
    "eslint": "^9.16.0",
    "eslint-config-prettier": "^9.1.0",
    "pino-pretty": "^13.0.0",
    "prettier": "^3.4.2",
    "rimraf": "^6.0.1",
    "supertest": "^7.0.0",
    "tsc-alias": "^1.8.10",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.17.0"
  }
}
