UNPKG

@lifeworld/lucia

Version:

A simple and flexible authentication library

42 lines (41 loc) 859 B
{ "name": "@lifeworld/lucia", "version": "3.2.1", "description": "A simple and flexible authentication library", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.js", "type": "module", "files": [ "/dist/", "CHANGELOG.md" ], "scripts": { "build": "shx rm -rf ./dist/* && tsc", "auri.build": "pnpm build", "test": "vitest run", "test.debug": "vitest run src/utils/debug.test.ts" }, "keywords": [ "lucia", "lucia-auth", "authentication", "auth" ], "repository": { "type": "git", "url": "https://github.com/pilcrowOnPaper/lucia", "directory": "packages/lucia" }, "author": "pilcrowonpaper", "license": "MIT", "devDependencies": { "@types/node": "^18.6.2", "prettier": "^2.3.0", "vitest": "^0.33.0" }, "dependencies": { "@oslojs/crypto": "^1.0.1", "@oslojs/encoding": "^1.1.0" } }