{ "name": "@next-auth/firebase-adapter", "version": "1.0.3", "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 ", "contributors": [ "Nico Domino ", "Alex Meuer " ], "main": "dist/index.js", "files": [ "dist", "index.d.ts" ], "license": "ISC", "keywords": [ "next-auth", "next.js", "firebase" ], "private": false, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "test": "FIRESTORE_EMULATOR_HOST=localhost:8080 firebase --token '$FIREBASE_TOKEN' emulators:exec --only firestore --project next-auth-test jest" }, "peerDependencies": { "firebase": "^9.7.0", "next-auth": "^4" }, "devDependencies": { "@next-auth/adapter-test": "workspace:*", "@next-auth/tsconfig": "workspace:*", "firebase": "^9.14.0", "firebase-tools": "^11.16.1", "jest": "^27.4.3", "next-auth": "workspace:*" } }