@next-auth/firebase-adapter
Version:
Firebase adapter for next-auth.
55 lines • 1.26 kB
JSON
{
"name": "@next-auth/firebase-adapter",
"version": "2.0.1",
"description": "Firebase 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": "Ron Houben <ron.houben85@gmail.com>",
"contributors": [
"Nico Domino <yo@ndo.dev>",
"Alex Meuer <github@alexmeuer.com>"
],
"type": "module",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js"
}
},
"files": [
"src",
"*.js",
"*.d.ts*"
],
"license": "ISC",
"keywords": [
"next-auth",
"next.js",
"firebase",
"firebase-admin"
],
"private": false,
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"firebase-admin": "^11.4.1",
"next-auth": "^4"
},
"devDependencies": {
"firebase-admin": "^11.4.1",
"firebase-tools": "^11.16.1",
"jest": "^29.3.1",
"@next-auth/tsconfig": "0.0.0",
"next-auth": "4.18.6",
"@next-auth/adapter-test": "0.0.0"
},
"scripts": {
"dev": "tsc -w",
"build": "tsc",
"test": "firebase emulators:exec --only firestore --project next-auth-test 'jest -c tests/jest.config.js'"
}
}