mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
60 lines
1.2 KiB
JSON
60 lines
1.2 KiB
JSON
{
|
|
"name": "@next-auth/fauna-adapter",
|
|
"version": "1.0.4",
|
|
"description": "Fauna Adapter for NextAuth",
|
|
"homepage": "https://authjs.dev",
|
|
"repository": "https://github.com/nextauthjs/next-auth",
|
|
"bugs": {
|
|
"url": "https://github.com/nextauthjs/next-auth/issues"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"author": "Bhanu Teja P",
|
|
"contributors": [
|
|
{
|
|
"name": "Nico Domino",
|
|
"email": "yo@ndo.dev"
|
|
},
|
|
{
|
|
"name": "Balázs Orbán",
|
|
"email": "info@balazsorban.com"
|
|
}
|
|
],
|
|
"main": "dist/index.js",
|
|
"license": "ISC",
|
|
"keywords": [
|
|
"next-auth",
|
|
"next.js",
|
|
"fauna",
|
|
"faunadb"
|
|
],
|
|
"private": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc -w",
|
|
"clean": "rm -rf dist",
|
|
"migrate": "fauna-schema-migrate generate",
|
|
"test": "./tests/test.sh"
|
|
},
|
|
"peerDependencies": {
|
|
"faunadb": "^4.3.0",
|
|
"next-auth": "^4"
|
|
},
|
|
"devDependencies": {
|
|
"@fauna-labs/fauna-schema-migrate": "^2.1.3",
|
|
"@next-auth/adapter-test": "workspace:*",
|
|
"@next-auth/tsconfig": "workspace:*",
|
|
"faunadb": "^4.3.0",
|
|
"jest": "^27.4.3",
|
|
"next-auth": "workspace:*"
|
|
},
|
|
"jest": {
|
|
"preset": "@next-auth/adapter-test/jest"
|
|
}
|
|
}
|