mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "@next-auth/dgraph-adapter",
|
|
"version": "1.0.4",
|
|
"description": "Dgraph 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": "Arnaud Derbey <arnaud@derbey.dev>",
|
|
"contributors": [],
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist",
|
|
"index.d.ts"
|
|
],
|
|
"license": "ISC",
|
|
"keywords": [
|
|
"next-auth",
|
|
"next.js",
|
|
"dgraph",
|
|
"graphql"
|
|
],
|
|
"private": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "./tests/test.sh"
|
|
},
|
|
"peerDependencies": {
|
|
"jsonwebtoken": "^8.5.1",
|
|
"next-auth": "^4"
|
|
},
|
|
"devDependencies": {
|
|
"@next-auth/adapter-test": "workspace:*",
|
|
"@next-auth/tsconfig": "workspace:*",
|
|
"@types/jest": "^26.0.24",
|
|
"@types/jsonwebtoken": "^8.5.5",
|
|
"@types/node-fetch": "^2.5.11",
|
|
"jest": "^27.4.3",
|
|
"next-auth": "workspace:*",
|
|
"ts-jest": "^27.0.3"
|
|
},
|
|
"dependencies": {
|
|
"jsonwebtoken": "^8.5.1",
|
|
"node-fetch": "^2.6.1"
|
|
},
|
|
"jest": {
|
|
"preset": "@next-auth/adapter-test/jest"
|
|
}
|
|
}
|