{ "name": "@better-auth/mongo-adapter", "version": "1.6.0", "description": "Mongo adapter for Better Auth", "type": "module", "license": "MIT", "homepage": "https://www.better-auth.com/docs/adapters/mongodb", "repository": { "type": "git", "url": "git+https://github.com/better-auth/better-auth.git", "directory": "packages/mongo-adapter" }, "keywords": [ "auth", "mongodb", "adapter", "typescript", "better-auth" ], "publishConfig": { "access": "public" }, "sideEffects": false, "scripts": { "build": "tsdown", "dev": "tsdown --watch", "lint:package": "publint run --strict --pack false", "lint:types": "attw --profile esm-only --pack .", "typecheck": "tsc --noEmit", "test": "vitest" }, "files": [ "dist" ], "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "exports": { ".": { "dev-source": "./src/index.ts", "types": "./dist/index.d.mts", "default": "./dist/index.mjs" } }, "peerDependencies": { "@better-auth/core": "workspace:^", "@better-auth/utils": "catalog:", "mongodb": "^6.0.0 || ^7.0.0" }, "peerDependenciesMeta": { "mongodb": { "optional": true } }, "devDependencies": { "@better-auth/core": "workspace:*", "@better-auth/utils": "catalog:", "mongodb": "^7.1.0", "tsdown": "catalog:", "typescript": "catalog:" } }