package.json•1.11 kB
{
"name": "gemini-imagen4",
"version": "1.0.0",
"description": "🎨 AI Image Generation MCP Server powered by Google's Imagen 4.0 models",
"main": "src/index.ts",
"module": "src/index.ts",
"type": "module",
"bin": {
"gemini-imagen4": "./bin/gemini-imagen4.js"
},
"scripts": {
"start": "npx @smithery/cli start",
"build": "tsc",
"dev": "npx @smithery/cli dev",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"imagen",
"google",
"ai",
"image-generation",
"model-context-protocol",
"smithery",
"claude"
],
"author": "chug2k",
"license": "MIT",
"homepage": "https://github.com/chug2k/gemini-imagen4#readme",
"repository": {
"type": "git",
"url": "https://github.com/chug2k/gemini-imagen4.git"
},
"bugs": {
"url": "https://github.com/chug2k/gemini-imagen4/issues"
},
"dependencies": {
"@google/genai": "^1.13.0",
"@modelcontextprotocol/sdk": "^1.12.1",
"@smithery/sdk": "^1.5.5",
"zod": "^3.25.46"
},
"devDependencies": {
"@smithery/cli": "^1.2.4",
"tsx": "^4.19.4",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}