{
  "name": "@mcpcn/image-ai-generation-mcp",
  "version": "2.0.4",
  "description": "AI智能生图 MCP 工具 - 基于 Nano Banana Pro API",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "ai-image-generation-mcp": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "clean": "node -e \"require('fs').rmSync('dist', {recursive: true, force: true})\""
  },
  "keywords": [
    "mcp",
    "image-generation",
    "ai",
    "nano-banana-pro",
    "kie-ai"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "axios": "^1.6.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0"
  }
}
