{
  "name": "@lhl/pi-vertex",
  "version": "1.1.9",
  "description": "Google Vertex AI provider for Pi coding agent - supports Gemini, Claude, and all MaaS models",
  "type": "module",
  "main": "index.ts",
  "files": [
    "index.ts",
    "auth.ts",
    "config.ts",
    "types.ts",
    "utils.ts",
    "models/",
    "streaming/",
    "README.md",
    "CHANGELOG.md",
    "TEST_COVERAGE.md",
    "LICENSE"
  ],
  "scripts": {
    "clean": "rm -rf dist/ coverage/ .vitest/",
    "build": "tsc --noEmit",
    "check": "biome check .",
    "check:fix": "biome check . --write",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "dependencies": {
    "@anthropic-ai/vertex-sdk": "^0.14.4",
    "@google/genai": "^1.42.0",
    "google-auth-library": "^9.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@mariozechner/pi-ai": "*",
    "@mariozechner/pi-coding-agent": "*",
    "@vitest/coverage-v8": "^3.0.0",
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  },
  "peerDependencies": {
    "@mariozechner/pi-ai": "*",
    "@mariozechner/pi-coding-agent": "*"
  },
  "pi": {
    "extensions": ["./index.ts"]
  },
  "keywords": ["pi-package", "pi-extension", "vertex-ai", "gemini", "claude", "maas"],
  "author": "Leonard Lin <lhl@randomfoo.net>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lhl/pi-vertex.git"
  },
  "homepage": "https://github.com/lhl/pi-vertex#readme",
  "bugs": {
    "url": "https://github.com/lhl/pi-vertex/issues"
  }
}
