{ "name": "@memoro/server", "version": "1.0.0", "private": true, "scripts": { "dev": "bun run --hot src/index.ts", "start": "bun run src/index.ts", "build": "bun build src/index.ts --outdir dist --target bun" }, "dependencies": { "@mana/notify-client": "workspace:*", "@mana/shared-hono": "workspace:*", "@supabase/supabase-js": "^2.49.5", "hono": "^4.7.0", "uuid": "^11.0.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^20.0.0", "@types/uuid": "^10.0.0", "typescript": "^5.5.0", "vitest": "^4.1.2" } }