{ "name": "graff.estate-backend", "version": "1.0.50", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "bun --hot ./src", "push": "drizzle-kit push", "build": "bun ./bun.build.ts" }, "dependencies": { "@aws-sdk/client-s3": "^3.709.0", "@elysiajs/cors": "1.1.1", "cron": "^3.3.1", "drizzle-orm": "^0.38.4", "drizzle-typebox": "^0.2.0", "elysia": "latest", "jose": "^5.9.6", "nodemailer": "^6.10.0", "postgres": "^3.4.5", "sharp": "^0.33.5", "transliteration": "^2.3.5" }, "devDependencies": { "@types/bun": "^1.2.2", "@types/nodemailer": "^6.4.17", "bun-types": "latest", "drizzle-kit": "^0.30.0", "typescript": "^5.8.3" }, "module": "src/index.js" }