{
  "name": "@vercel/cli-auth",
  "description": "Used by Vercel's CLIs to handle authentication",
  "version": "0.3.1",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vercel/vercel.git",
    "directory": "packages/cli-auth"
  },
  "private": false,
  "files": [
    "*.js",
    "*.js.map",
    "*.ts",
    "!vitest.config.mts",
    "!**/*.test.ts"
  ],
  "dependencies": {
    "@napi-rs/keyring": "1.2.0",
    "async-listen": "3.0.0",
    "open": "8.4.0",
    "zod": "4.1.11",
    "@vercel/cli-config": "0.2.1"
  },
  "devDependencies": {
    "@types/node": "20.11.0",
    "memfs": "4.14.0",
    "vite": "7.1.7",
    "vitest": "2.1.4"
  },
  "ci-cd": {
    "//": "https://www.notion.so/1d6e06b059c48017a7afe7e8698de336",
    "test": {
      "requiredDependencies": [
        "@api/tests"
      ]
    }
  },
  "scripts": {
    "build": "pnpm clear && tsc -b",
    "clear": "rm -rf *.js *.d.ts *.js.map tsconfig.tsbuildinfo",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  }
}