mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "@auth/firebase-adapter",
|
|
"version": "1.0.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"
|
|
},
|
|
"scripts": {
|
|
"dev": "tsc -w",
|
|
"build": "tsc",
|
|
"test": "firebase emulators:exec --only firestore --project next-auth-test 'jest -c tests/jest.config.js'"
|
|
},
|
|
"dependencies": {
|
|
"@auth/core": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"firebase-admin": "^11.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@auth/adapter-test": "workspace:*",
|
|
"@auth/tsconfig": "workspace:*",
|
|
"firebase-admin": "^11.4.1",
|
|
"firebase-tools": "^11.16.1",
|
|
"jest": "^29.3.1"
|
|
}
|
|
} |