{
  "name": "@arkstack/auth",
  "version": "0.17.26",
  "type": "module",
  "description": "Authentication module for Arkstack, providing core authentication and identity features.",
  "homepage": "https://arkstack.toneflix.net/guide/auth",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arkstack-hq/arkstack.git",
    "directory": "packages/auth"
  },
  "keywords": [
    "authentication",
    "password",
    "hashing",
    "two-factor",
    "2fa",
    "auth",
    "utilities",
    "helpers",
    "logging",
    "configuration",
    "error-handling",
    "validation",
    "arkstack"
  ],
  "files": [
    "dist",
    "stubs"
  ],
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./dist/index.js",
    "./setup": "./dist/setup.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "jose": "^6.2.3",
    "otpauth": "^9.5.1",
    "ua-parser-js": "^2.0.9",
    "@arkstack/common": "^0.17.26",
    "@arkstack/http": "^0.17.26"
  },
  "peerDependencies": {
    "@h3ravel/support": "^2.2.7",
    "@arkstack/database": "^0.17.26"
  },
  "scripts": {
    "build": "tsdown --config-loader unrun",
    "version:patch": "pnpm version patch"
  }
}