UNPKG

@auth/edgedb-adapter

Version:

EdgeDB adapter for next-auth.

53 lines 1.03 kB
{ "name": "@auth/edgedb-adapter", "version": "1.10.0", "description": "EdgeDB 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": "Bruno Crosier", "contributors": [ "Thang Huu Vu <hi@thvu.dev>" ], "type": "module", "types": "./index.d.ts", "files": [ "*.d.ts*", "*.js", "lib", "src" ], "exports": { ".": { "types": "./index.d.ts", "import": "./index.js" } }, "license": "ISC", "keywords": [ "next-auth", "next.js", "oauth", "edgedb" ], "private": false, "publishConfig": { "access": "public" }, "dependencies": { "@auth/core": "0.40.0" }, "peerDependencies": { "edgedb": "^1.0.1" }, "devDependencies": { "edgedb": "^1.0.1" }, "scripts": { "build": "tsc", "test": "vitest -c ../utils/vitest.config.ts", "clean": "rm -rf *.js *.d.ts*" } }