{ "name": "nextauth-mongodb-realm", "version": "1.0.1", "description": "mongoDB Realm adapter for next-auth.", "homepage": "https://git.skye.vg/me/nextauth-mongodb-realm", "repository": "https://git.skye.vg/me/nextauth-mongodb-realm", "bugs": { "url": "https://git.skye.vg/me/nextauth-mongodb-realm/issues" }, "author": "Skye Green ", "main": "dist/index.js", "license": "ISC", "keywords": [ "next-auth", "next.js", "oauth", "mongodb", "adapter" ], "private": false, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc" }, "files": [ "README.md", "dist" ], "peerDependencies": { "next-auth": "^4", "realm-web": "^2.0.0" }, "devDependencies": { "@next-auth/tsconfig": "https://gitpkg.now.sh/nextauthjs/next-auth/packages/tsconfig?main", "next-auth": "^4", "realm-web": "^2.0.0", "typescript": "^4.9.5" } }