mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
41 lines
984 B
JSON
41 lines
984 B
JSON
{
|
|
"name": "@next-auth/supabase-adapter",
|
|
"version": "0.2.1",
|
|
"description": "Supabase 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": "Martin Sonnberger <martin.sonnberger@icloud.com>",
|
|
"main": "dist/index.js",
|
|
"keywords": [
|
|
"next-auth",
|
|
"next.js",
|
|
"supabase"
|
|
],
|
|
"license": "ISC",
|
|
"private": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "./tests/test.sh"
|
|
},
|
|
"peerDependencies": {
|
|
"@supabase/supabase-js": "^2.0.5",
|
|
"next-auth": "^4.18.7"
|
|
},
|
|
"devDependencies": {
|
|
"@next-auth/adapter-test": "workspace:^0.0.0",
|
|
"@next-auth/tsconfig": "workspace:^0.0.0",
|
|
"@supabase/supabase-js": "^2.0.5",
|
|
"jest": "^27.4.3",
|
|
"next-auth": "workspace:*"
|
|
},
|
|
"jest": {
|
|
"preset": "@next-auth/adapter-test/jest"
|
|
}
|
|
}
|