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": "@auth/dgraph-adapter",
|
|
"version": "1.0.2",
|
|
"description": "Dgraph 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": "Arnaud Derbey <arnaud@derbey.dev>",
|
|
"contributors": [
|
|
"Balázs Orbán <info@balazsorban.com>"
|
|
],
|
|
"type": "module",
|
|
"types": "./index.d.ts",
|
|
"files": [
|
|
"*.js",
|
|
"*.d.ts*",
|
|
"lib",
|
|
"src"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"import": "./index.js"
|
|
}
|
|
},
|
|
"license": "ISC",
|
|
"keywords": [
|
|
"next-auth",
|
|
"next.js",
|
|
"dgraph",
|
|
"graphql"
|
|
],
|
|
"private": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "./tests/test.sh"
|
|
},
|
|
"devDependencies": {
|
|
"@auth/adapter-test": "workspace:*",
|
|
"@auth/tsconfig": "workspace:*",
|
|
"@types/jest": "^26.0.24",
|
|
"@types/jsonwebtoken": "^8.5.5",
|
|
"jest": "^27.4.3",
|
|
"ts-jest": "^27.0.3",
|
|
"typescript": "5.2.2",
|
|
"undici": "5.22.1"
|
|
},
|
|
"dependencies": {
|
|
"@auth/core": "workspace:*",
|
|
"jsonwebtoken": "^8.5.1"
|
|
},
|
|
"jest": {
|
|
"preset": "@auth/adapter-test/jest"
|
|
}
|
|
} |