{
  "name": "n8n-nodes-googleflow-ai",
  "version": "1.2.5",
  "description": "Google Flow (Nano Banana / Veo) AI image and video generation nodes for n8n",
  "keywords": [
    "n8n-community-node-package",
    "google-flow",
    "nano-banana",
    "nano-banana-pro",
    "veo",
    "veo-3",
    "ai-image-generation",
    "ai-video-generation",
    "google-ai"
  ],
  "license": "MIT",
  "homepage": "https://github.com/webcpy/n8n-pluguns/tree/main/n8n-nodes-googleflow",
  "author": {
    "name": "webcpy",
    "email": "webcpy@163.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/webcpy/n8n-pluguns.git",
    "directory": "n8n-nodes-googleflow-ai"
  },
  "main": "index.js",
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/googleFlowCredentialsApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/googleflow/GoogleFlow.node.js"
    ]
  },
  "scripts": {
    "build": "tsc && gulp build:icons",
    "dev": "tsc --watch",
    "watch": "nodemon",
    "format": "prettier nodes credentials --write"
  },
  "devDependencies": {
    "@types/node": "^25.6.0",
    "@types/uuid": "^10.0.0",
    "gulp": "^5.0.1",
    "n8n-core": "^1.122.18",
    "n8n-workflow": "^2.13.1",
    "typescript": "^6.0.2"
  }
}
