{
  "name": "@dondonudonjp/vertexai-imagen-mcp-server",
  "version": "0.10.0",
  "description": "[DEPRECATED] MCP Server for Vertex AI Imagen image generation. Imagen endpoints shut down 2026-06-30; migrate to the nanoBanana MCP Server (Gemini image models).",
  "type": "module",
  "main": "build/index.js",
  "bin": {
    "vertexai-imagen-mcp-server": "build/index.js",
    "vertexai-imagen-batch": "build/cli.js"
  },
  "scripts": {
    "build": "npx tsc",
    "dev": "npx tsx src/index.ts",
    "dev:batch": "npx tsx src/cli.ts",
    "start": "node build/index.js",
    "batch": "node build/cli.js",
    "clear-jobs": "npx tsx scripts/clear-jobs.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "build/",
    "README.md"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.6.0",
    "axios": "^1.7.7",
    "better-sqlite3": "^11.0.0",
    "google-auth-library": "^10.1.0",
    "googleapis": "^153.0.0",
    "js-yaml": "^4.1.0",
    "png-chunk-text": "^1.0.0",
    "png-chunks": "^1.0.0",
    "png-chunks-encode": "^1.0.0",
    "png-chunks-extract": "^1.0.0",
    "sharp": "^0.34.4",
    "zod": "^4.1.12"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.0",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.0.0",
    "@types/sharp": "^0.31.1",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0",
    "vitest": "^1.0.0"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "vertex-ai",
    "imagen",
    "google-cloud",
    "ai",
    "image-generation",
    "text-to-image",
    "claude-code",
    "claude-desktop"
  ],
  "author": "don",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ex-takashima/vertexai-imagen-mcp-server.git"
  },
  "bugs": {
    "url": "https://github.com/ex-takashima/vertexai-imagen-mcp-server/issues"
  },
  "homepage": "https://github.com/ex-takashima/vertexai-imagen-mcp-server#readme"
}
