{
  "name": "@roshan-labs/auth",
  "version": "0.1.20",
  "description": "Nuxt auth module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/roshan-labs/auth.git"
  },
  "license": "MIT",
  "author": {
    "name": "Xiang Gao <gxmari007@gmail.com>"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    }
  },
  "main": "./dist/module.mjs",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types.d.mts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "nuxt",
    "module",
    "nuxt-module",
    "auth"
  ],
  "scripts": {
    "prepack": "nuxt-module-build build",
    "dev:local": "nuxi dev playground-local",
    "dev:refresh": "nuxi dev playground-refresh",
    "dev:authjs": "nuxi dev playground-authjs",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground-local",
    "release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
    "lint": "eslint .",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "clean": "nuxi cleanup"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "dependencies": {
    "@nuxt/kit": "^4.4.2",
    "@roshan-labs/http": "^0.0.4",
    "defu": "^6.1.7",
    "h3": "^1.12.0",
    "knitwork": "^1.1.0",
    "nitropack": "^2.9.7",
    "ufo": "^1.6.3",
    "vue": "^3.5.11"
  },
  "devDependencies": {
    "@auth/core": "^0.35.0",
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/schema": "^4.4.2",
    "@nuxt/test-utils": "^3.14.2",
    "@roshan-labs/eslint-config": "^1.5.1",
    "@types/jsonwebtoken": "^9.0.7",
    "@types/node": "^20.14.12",
    "changelogen": "^0.6.2",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^9.11.1",
    "jsonwebtoken": "^9.0.3",
    "nuxt": "^4.4.2",
    "ts-essentials": "^10.0.2",
    "vitest": "^2.0.4",
    "zod": "^3.23.8"
  },
  "peerDependencies": {
    "@auth/core": "^0.20.0"
  }
}
