You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.1 KiB

{
"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 <info@balazsorban.com>",
"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://github.com/nextauthjs/next-auth.git",
"@next-auth/tsconfig": "https://github.com/nextauthjs/next-auth.git",
"jest": "^27.4.3",
"mongodb": "^4.4.0",
"next-auth": "^4.19.2"
},
"jest": {
"preset": "@next-auth/adapter-test/jest"
}
}