49 lines
1010 B
JSON
49 lines
1010 B
JSON
{
|
|
"name": "mcp-image-generator",
|
|
"version": "1.0.1",
|
|
"description": "MCP server for AI image generation via OpenRouter, Together AI, Replicate, and fal.ai",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"bin": {
|
|
"mcp-image-generator": "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"
|
|
}
|
|
}
|