package.json•1.49 kB
{
"name": "nano-banana-mcp",
"version": "1.0.3",
"description": "MCP server for Google's Gemini 2.5 Flash Image generation API with cross-platform support",
"main": "dist/index.js",
"type": "module",
"bin": {
"nano-banana-mcp": "./dist/index.js"
},
"files": [
"dist/",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"test": "jest",
"lint": "eslint src/**/*.ts",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build && npm run typecheck"
},
"keywords": [
"mcp",
"nano-banana",
"gemini",
"image-generation",
"ai",
"google-ai",
"claude-code",
"cursor",
"image-editing"
],
"author": "Generated by Claude Code",
"license": "MIT",
"homepage": "https://github.com/ConechoAI/Nano-Banana-MCP#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ConechoAI/Nano-Banana-MCP.git"
},
"bugs": {
"url": "https://github.com/ConechoAI/Nano-Banana-MCP/issues"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@google/genai": "^1.16.0",
"@modelcontextprotocol/sdk": "^1.0.0",
"dotenv": "^16.4.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
}
}