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.

42 lines
950 B

{
"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 <me@skyevg.systems>",
"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"
}
}