lucia-auth-adapter-surrealdb
Version:
SurrealDB adapter for Lucia
32 lines • 632 B
JSON
{
"name": "lucia-auth-adapter-surrealdb",
"version": "1.0.1",
"description": "SurrealDB adapter for Lucia",
"main": "index.js",
"types": "index.d.ts",
"module": "index.js",
"type": "module",
"files": [
"**/*"
],
"keywords": [
"lucia",
"surrealdb",
"lucia-auth",
"auth",
"authentication"
],
"repository": {
"type": "git",
"url": "https://github.com/fernandolguevara/lucia-auth-adapter-surrealdb"
},
"author": "fernandolguevara",
"license": "MIT",
"exports": {
".": "./index.js"
},
"dependencies": {
"lucia-auth": "^1.8.0",
"surrealdb.js": "^0.8.1"
}
}