{
  "name": "clerk",
  "version": "0.8.4",
  "description": "Clerk CLI",
  "keywords": [
    "authentication",
    "clerk",
    "cli"
  ],
  "homepage": "https://clerk.com/docs",
  "bugs": {
    "url": "https://github.com/clerk/cli/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/clerk/cli.git"
  },
  "bin": {
    "clerk": "./bin/clerk"
  },
  "files": [
    "bin",
    "LICENSE"
  ],
  "scripts": {
    "prepublishOnly": "echo 'Use scripts/releaser instead' && exit 1"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "optionalDependencies": {
    "@clerk/cli-darwin-arm64": "0.8.4",
    "@clerk/cli-darwin-x64": "0.8.4",
    "@clerk/cli-linux-arm64": "0.8.4",
    "@clerk/cli-linux-arm64-musl": "0.8.4",
    "@clerk/cli-linux-x64": "0.8.4",
    "@clerk/cli-linux-x64-musl": "0.8.4",
    "@clerk/cli-win32-arm64": "0.8.4",
    "@clerk/cli-win32-x64": "0.8.4"
  }
}
