|
|
|
|
@ -4,9 +4,13 @@
|
|
|
|
|
"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", |
|
|
|
|
"dev": "tsx watch src/index.ts", |
|
|
|
|
"prepare": "npm run build", |
|
|
|
|
"start": "node dist/index.js", |
|
|
|
|
"check": "tsc --noEmit -p tsconfig.json" |
|
|
|
|
}, |
|
|
|
|
|