{ "name": "@next-auth/mongodb-adapter", "version": "1.1.1", "description": "mongoDB adapter for next-auth.", "homepage": "https://authjs.dev", "repository": "https://github.com/nextauthjs/next-auth", "bugs": { "url": "https://github.com/nextauthjs/next-auth/issues" }, "author": "Balázs Orbán ", "main": "dist/index.js", "license": "ISC", "keywords": [ "next-auth", "next.js", "oauth", "mongodb", "adapter" ], "private": false, "publishConfig": { "access": "public" }, "scripts": { "test": "./tests/test.sh", "test:watch": "./tests/test.sh -w", "build": "tsc" }, "files": [ "README.md", "dist" ], "peerDependencies": { "mongodb": "^4.1.1", "next-auth": "^4" }, "devDependencies": { "@next-auth/adapter-test": "https://gitpkg.now.sh/nextauthjs/next-auth/packages/adapter-test?main", "@next-auth/tsconfig": "https://gitpkg.now.sh/nextauthjs/next-auth/packages/tsconfig?main", "jest": "^27.4.3", "mongodb": "^4.4.0", "next-auth": "^4.19.2" }, "jest": { "preset": "@next-auth/adapter-test/jest" } }