{ "name": "@next-auth/neo4j-adapter", "version": "1.0.5", "description": "neo4j 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": "Davey Brown", "contributors": [ "Balázs Orbán " ], "main": "dist/index.js", "license": "ISC", "keywords": [ "next-auth", "next.js", "oauth", "neo4j" ], "private": false, "publishConfig": { "access": "public" }, "scripts": { "test:watch": "./tests/test.sh -w", "test": "./tests/test.sh", "build": "tsc" }, "files": [ "README.md", "dist" ], "peerDependencies": { "neo4j-driver": "^4.0.0", "next-auth": "^4" }, "devDependencies": { "@next-auth/adapter-test": "workspace:*", "@next-auth/tsconfig": "workspace:*", "@types/uuid": "^8.3.3", "jest": "^27.4.3", "neo4j-driver": "^4.4.0", "next-auth": "workspace:*" }, "dependencies": { "uuid": "^8.3.2" }, "jest": { "preset": "@next-auth/adapter-test/jest" } }