{ "name": "big-banana-mcp", "version": "0.1.0", "private": true, "type": "module", "description": "Big Banana MCP server for Google Nano Banana and Gemini image workflows.", "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "check": "tsc --noEmit -p tsconfig.json" }, "dependencies": { "@google/genai": "^1.21.0", "@modelcontextprotocol/sdk": "^1.27.1", "zod": "^4.0.17" }, "devDependencies": { "@types/node": "^24.0.10", "tsx": "^4.20.3", "typescript": "^5.9.2" }, "engines": { "node": ">=20.0.0" } }