{
  "name": "@lucia-auth/nextjs",
  "version": "0.5.7",
  "description": "Lucia integration for Next.js",
  "main": "index.js",
  "types": "index.d.ts",
  "module": "index.js",
  "type": "module",
  "files": [
    "**/*"
  ],
  "keywords": [
    "lucia",
    "lucia-auth",
    "auth",
    "authentication",
    "nextjs",
    "next",
    "react"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/pilcrowOnPaper/lucia",
    "directory": "packages/nextjs"
  },
  "author": "pilcrowonpaper",
  "license": "MIT",
  "exports": {
    "./package.json": "./package.json",
    ".": "./index.js",
    "./client": "./client.js"
  },
  "typesVersions": {
    "*": {
      "client": [
        "client.d.ts"
      ]
    }
  },
  "devDependencies": {
    "lucia-auth": "0.10.0"
  },
  "peerDependencies": {
    "lucia-auth": "0.5.x - 0.10.x"
  },
  "scripts": {
    "build": "shx rm -rf ./dist/* && tsc && shx cp ./package.json ./dist && shx cp ./README.md ./dist && shx cp .npmignore dist",
    "auri.publish": "pnpm build && cd dist && pnpm install --no-frozen-lockfile && pnpm publish --no-git-checks --access public && cd ../"
  }
}