UNPKG

@lucia-auth/adapter-session-unstorage

Version:

Unstorage session adapter for Lucia

49 lines 1.05 kB
{ "name": "@lucia-auth/adapter-session-unstorage", "version": "2.1.0", "description": "Unstorage session adapter for Lucia", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.js", "type": "module", "files": [ "/dist/", "CHANGELOG.md" ], "keywords": [ "lucia", "lucia-auth", "auth", "authentication", "adapter", "unstorage", "session" ], "repository": { "type": "git", "url": "https://github.com/pilcrowOnPaper/lucia", "directory": "packages/adapter-session-unstorage" }, "license": "MIT", "exports": { ".": "./dist/index.js" }, "peerDependencies": { "lucia": "^2.0.0", "unstorage": "^1.9.0" }, "devDependencies": { "@azure/keyvault-secrets": "^4.7.0", "@lucia-auth/adapter-test": "latest", "lucia": "latest", "tsx": "^3.12.6" }, "dependencies": { "unstorage": "^1.9.0" }, "scripts": { "build": "shx rm -rf ./dist/* && tsc", "test": "tsx test/index.ts", "auri.build": "pnpm build" } }