{ "name": "@homarr/auth", "version": "0.1.0", "private": true, "license": "Apache-2.0", "type": "module", "exports": { ".": "./index.ts", "./next": "./next.ts", "./security": "./security.ts", "./client": "./client.ts", "./server": "./server.ts", "./shared": "./shared.ts", "./env": "./env.ts" }, "main": "./index.ts", "types": "./index.ts", "scripts": { "clean": "rm -rf .turbo node_modules", "format": "prettier --check . --ignore-path ../../.gitignore", "lint": "eslint", "typecheck": "tsc --noEmit" }, "prettier": "@homarr/prettier-config", "dependencies": { "@auth/core": "^0.39.1", "@auth/drizzle-adapter": "^1.9.1", "@homarr/certificates": "workspace:^0.1.0", "@homarr/common": "workspace:^0.1.0", "@homarr/db": "workspace:^0.1.0", "@homarr/definitions": "workspace:^0.1.0", "@homarr/env": "workspace:^0.1.0", "@homarr/log": "workspace:^0.1.0", "@homarr/validation": "workspace:^0.1.0", "bcrypt": "^6.0.0", "cookies": "^0.9.1", "ldapts": "8.0.0", "next": "15.3.2", "next-auth": "5.0.0-beta.28", "react": "19.1.0", "react-dom": "19.1.0", "zod": "^3.25.8" }, "devDependencies": { "@homarr/eslint-config": "workspace:^0.2.0", "@homarr/prettier-config": "workspace:^0.1.0", "@homarr/tsconfig": "workspace:^0.1.0", "@types/bcrypt": "5.0.2", "@types/cookies": "0.9.0", "eslint": "^9.27.0", "prettier": "^3.5.3", "typescript": "^5.8.3" } }