{
  "name": "@clerk/clerk-react",
  "version": "5.7.0",
  "description": "Clerk React library",
  "keywords": [
    "clerk",
    "react",
    "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/react"
  },
  "license": "MIT",
  "author": "Clerk",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./internal": {
      "import": {
        "types": "./dist/internal.d.mts",
        "default": "./dist/internal.mjs"
      },
      "require": {
        "types": "./dist/internal.d.ts",
        "default": "./dist/internal.js"
      }
    },
    "./errors": {
      "import": {
        "types": "./dist/errors.d.mts",
        "default": "./dist/errors.mjs"
      },
      "require": {
        "types": "./dist/errors.d.ts",
        "default": "./dist/errors.js"
      }
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "files": [
    "dist",
    "internal",
    "errors"
  ],
  "scripts": {
    "build": "tsup",
    "postbuild": "node ../../scripts/subpath-workaround.mjs react",
    "clean": "rimraf ./dist",
    "dev": "tsup --watch",
    "dev:publish": "npm run dev -- --env.publish",
    "lint": "eslint src/",
    "lint:attw": "attw --pack .",
    "lint:publint": "publint",
    "publish:local": "npx yalc push --replace  --sig",
    "test": "jest",
    "test:cache:clear": "jest --clearCache --useStderr",
    "test:ci": "jest --maxWorkers=70%"
  },
  "dependencies": {
    "@clerk/shared": "2.6.2",
    "@clerk/types": "4.19.0",
    "tslib": "2.4.1"
  },
  "devDependencies": {
    "@clerk/eslint-config-custom": "*",
    "@clerk/themes": "2.1.27",
    "@types/node": "^18.19.33",
    "@types/react": "*",
    "@types/react-dom": "*",
    "@types/semver": "^7.5.4",
    "typescript": "*"
  },
  "peerDependencies": {
    "react": ">=18 || >=19.0.0-beta",
    "react-dom": ">=18 || >=19.0.0-beta"
  },
  "engines": {
    "node": ">=18.17.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
