package.json•1.05 kB
{
"name": "@nanana-ai/mcp-server-nano-banana",
"version": "0.1.2",
"description": "MCP server for Nanana AI nano banana image generation service",
"main": "dist/index.js",
"type": "module",
"bin": {
"mcp-server-nano-banana": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"dev": "tsc --watch"
},
"keywords": [
"mcp",
"model-context-protocol",
"ai",
"image-generation",
"nanana",
"banana",
"nano-banana",
"text-to-image",
"image-to-image"
],
"author": "Nanana AI",
"license": "MIT",
"homepage": "https://nanana.app",
"repository": {
"type": "git",
"url": "https://github.com/nanana-app/mcp-server-nano-banana"
},
"bugs": {
"url": "https://github.com/nanana-app/mcp-server-nano-banana/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}