{ "name": "@sofa/auth", "version": "0.2.0", "private": true, "type": "module", "exports": { "./server": "./src/server.ts", "./config": "./src/config.ts" }, "scripts": { "lint": "oxlint", "format": "oxfmt --config ../../.oxfmtrc.json", "format:check": "oxfmt --check --config ../../.oxfmtrc.json", "check-types": "tsc --noEmit" }, "dependencies": { "@better-auth/drizzle-adapter": "1.5.6", "@better-auth/expo": "catalog:", "@sofa/core": "workspace:*", "@sofa/db": "workspace:*", "@sofa/logger": "workspace:*", "better-auth": "catalog:" }, "devDependencies": { "@sofa/tsconfig": "workspace:*", "@types/bun": "catalog:", "typescript": "catalog:" } }