{ "name": "mcpimg", "version": "1.0.2", "description": "MCP server for AI image generation via OpenRouter, Together AI, Replicate, and fal.ai", "type": "module", "main": "dist/index.js", "bin": { "mcpimg": "dist/index.js" }, "files": [ "dist", "README.md", "logo.png" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "image-generation", "openrouter", "together-ai", "replicate", "fal-ai", "ai", "claude-code", "cursor", "claude-desktop", "opencode", "model-context-protocol" ], "author": "fdciabdul", "license": "MIT", "repository": { "type": "git", "url": "https://git.imtaqin.id/fdciabdul/MCP-IMAGE-GENERATOR.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^25.5.0", "typescript": "^6.0.2" } }