{
  "name": "@clerk/nuxt",
  "version": "2.6.8",
  "description": "Clerk SDK for Nuxt",
  "keywords": [
    "clerk",
    "typescript",
    "vue",
    "nuxt",
    "auth",
    "authentication",
    "passwordless",
    "session",
    "jwt"
  ],
  "homepage": "https://clerk.com/",
  "bugs": {
    "url": "https://github.com/clerk/javascript/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/clerk/javascript.git",
    "directory": "packages/nuxt"
  },
  "license": "MIT",
  "author": "Clerk",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/module.d.ts",
      "default": "./dist/module.js"
    },
    "./server": {
      "types": "./dist/runtime/server/index.d.ts",
      "default": "./dist/runtime/server/index.js"
    },
    "./components": {
      "types": "./dist/runtime/components/index.d.ts",
      "default": "./dist/runtime/components/index.js"
    },
    "./composables": {
      "types": "./dist/runtime/composables/index.d.ts",
      "default": "./dist/runtime/composables/index.js"
    },
    "./errors": {
      "types": "./dist/runtime/errors.d.ts",
      "default": "./dist/runtime/errors.js"
    },
    "./webhooks": {
      "types": "./dist/runtime/webhooks.d.ts",
      "default": "./dist/runtime/webhooks.js"
    },
    "./types": "./dist/runtime/types/index.d.ts"
  },
  "main": "./dist/module.js",
  "types": "./dist/module.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@nuxt/kit": "^4.1.3",
    "@nuxt/schema": "^4.1.3",
    "@clerk/backend": "^3.8.4",
    "@clerk/shared": "^4.22.0",
    "@clerk/vue": "^2.4.8"
  },
  "devDependencies": {
    "h3": "^1.15.4",
    "nuxt": "^4.4.4",
    "typescript": "6.0.3",
    "vue": "3.5.33"
  },
  "engines": {
    "node": ">=20.9.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "dev:pub": "pnpm dev -- --env.publish",
    "format": "node ../../scripts/format-package.mjs",
    "format:check": "node ../../scripts/format-package.mjs --check",
    "lint": "eslint src",
    "lint:attw": "attw --pack . --profile esm-only",
    "lint:publint": "publint",
    "test": "vitest run",
    "test:watch": "vitest watch"
  }
}