{
  "name": "@auth/firebase-adapter",
  "version": "2.9.1",
  "description": "Firebase adapter for Auth.js",
  "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",
  "types": "./index.d.ts",
  "files": [
    "*.js",
    "*.d.ts*",
    "src"
  ],
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js"
    }
  },
  "license": "ISC",
  "keywords": [
    "next-auth",
    "next.js",
    "firebase",
    "firebase-admin"
  ],
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@auth/core": "0.39.1"
  },
  "peerDependencies": {
    "firebase-admin": "^12.0.0"
  },
  "devDependencies": {
    "firebase-admin": "^12.0.0"
  },
  "scripts": {
    "build": "tsc",
    "test": "./test/test.sh",
    "clean": "rm -rf *.js *.d.ts*"
  }
}