{
  "name": "@felores/kie-ai-mcp-server",
  "version": "3.6.0",
  "description": "MCP server for Kie.ai APIs: image, video, music and speech generation across Nano Banana, Veo3, Suno, ElevenLabs, ByteDance, Qwen, Runway, Midjourney, Wan, Hailuo, Kling, GPT Image 2, Flux Kontext, Recraft, Ideogram, Topaz, HappyHorse and more.",
  "main": "dist/index.js",
  "bin": {
    "kie-ai-mcp-server": "dist/index.js"
  },
  "type": "module",
  "scripts": {
    "build": "tsc -b",
    "bundle": "node build.mjs",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "start": "node --env-file=.env dist/index.js",
    "dev": "tsx --env-file=.env src/index.ts",
    "prepack": "npm run build -w @felores/kie-ai-core && npm run bundle"
  },
  "keywords": [
    "mcp",
    "kie.ai",
    "ai",
    "image-generation",
    "video-generation",
    "music-generation",
    "text-to-speech",
    "nano-banana",
    "veo3",
    "suno",
    "elevenlabs",
    "bytedance",
    "qwen",
    "runway",
    "midjourney",
    "wan",
    "hailuo",
    "flux-kontext",
    "recraft",
    "ideogram",
    "topaz",
    "model-context-protocol",
    "ai-api",
    "unified-ai"
  ],
  "author": "felores",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/felores/kie-cli-mcp.git"
  },
  "homepage": "https://github.com/felores/kie-cli-mcp#readme",
  "bugs": {
    "url": "https://github.com/felores/kie-cli-mcp/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "express": "^4.21.2",
    "sqlite3": "^5.1.6",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@felores/kie-ai-core": "*",
    "@types/express": "^4.17.21",
    "@types/node": "^20.10.0",
    "esbuild": "^0.24.0",
    "tsx": "^4.6.0",
    "typescript": "^5.3.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ]
}
