{
  "name": "lucia",
  "version": "3.2.2",
  "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"
  ],
  "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"
  },
  "scripts": {
    "build": "shx rm -rf ./dist/* && tsc",
    "test": "vitest run",
    "test.debug": "vitest run src/utils/debug.test.ts"
  }
}