{ "name": "backend", "version": "1.0.0", "scripts": { "dev": "bun run --watch src/index.ts", "start": "bun run src/index.ts" }, "dependencies": { "@bogeychan/elysia-etag": "^0.0.6", "@dotenvx/dotenvx": "^1.16.1", "@elysiajs/cors": "^1.1.1", "@elysiajs/cron": "^1.1.1", "@elysiajs/swagger": "^1.1.3", "@ssr/common": "workspace:common", "@tqman/nice-logger": "^1.0.1", "@typegoose/typegoose": "^12.8.0", "@vercel/og": "^0.6.3", "discord-webhook-node": "^1.1.8", "elysia": "latest", "elysia-autoroutes": "^0.5.0", "elysia-decorators": "^1.0.2", "elysia-helmet": "^2.0.0", "elysia-rate-limit": "^4.1.0", "ky": "^1.7.2", "mongoose": "^8.7.0", "node-cache": "^5.1.2", "react": "^18.3.1" }, "devDependencies": { "bun-types": "latest" }, "module": "src/index.js" }