{ "name": "app", "version": "1.0.50", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "bun run --watch src/index.ts", "start": "bun run src/index.ts" }, "dependencies": { "@elysiajs/cors": "^1.4.1", "better-auth": "^1.4.18", "dotenv": "^17.2.3", "drizzle-orm": "^0.45.1", "elysia": "^1.4.22", "openid-client": "^6.8.1", "pg": "^8.18.0" }, "devDependencies": { "@types/pg": "^8.16.0", "bun-types": "^1.3.8", "drizzle-kit": "^0.31.8", "tsx": "^4.21.0" }, "module": "src/index.js" }