Big Banana MCP server for Google Nano Banana and Gemini image workflows.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

30 lines
743 B

{
"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.",
"bin": {
"big-banana-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc -p tsconfig.json && chmod +x dist/index.js",
"dev": "tsx watch src/index.ts",
"prepare": "npm run build",
"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"
}
}