{
  "name": "@clerk/types",
  "version": "4.19.0",
  "description": "Typings for Clerk libraries.",
  "keywords": [
    "clerk",
    "react",
    "auth",
    "authentication",
    "passwordless",
    "session",
    "jwt",
    "types"
  ],
  "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/types"
  },
  "license": "MIT",
  "author": "Clerk",
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup --env.NODE_ENV production",
    "clean": "rimraf ./dist",
    "dev": "tsup --watch",
    "lint": "eslint src/"
  },
  "dependencies": {
    "csstype": "3.1.1"
  },
  "devDependencies": {
    "@clerk/eslint-config-custom": "*",
    "@types/node": "^18.19.33",
    "tsup": "*",
    "typescript": "*"
  },
  "engines": {
    "node": ">=18.17.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
