{
  "name": "n8n-nodes-hjhcomfyui",
  "version": "0.0.29",
  "description": "n8n node to integrate with ComfyUI stable diffusion workflows",
  "keywords": [
    "n8n-community-node-package",
    "comfyui",
    "stable-diffusion"
  ],
  "license": "MIT",
  "homepage": "",
  "author": {
    "name": "zhangchunsheng",
    "email": "zhangchunsheng423@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/HJH-AILab/n8n-nodes-hjhcomfyui.git"
  },
  "engines": {
    "node": ">=18.10",
    "pnpm": ">=9.1"
  },
  "packageManager": "pnpm@9.1.4",
  "main": "index.js",
  "scripts": {
    "preinstall": "npx only-allow pnpm",
    "build": "tsc && gulp build:icons",
    "dev": "tsc --watch",
    "format": "prettier nodes credentials --write",
    "lint": "eslint nodes credentials package.json",
    "lintfix": "eslint nodes credentials package.json --fix",
    "prepublishOnly": "pnpm build && pnpm lint -c .eslintrc.prepublish.js nodes credentials package.json"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/HjhComfyUIApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/HjhComfyUI/Hjhcomfyui.node.js",
      "dist/nodes/HjhComfyUI/Hjhcomfyuijson.node.js",
      "dist/nodes/HjhComfyUI/Hjhcomfyuicheck.node.js",
      "dist/nodes/HjhComfyUI/Hjhcomfyuiscale.node.js"
    ]
  },
  "devDependencies": {
    "@typescript-eslint/parser": "^7.15.0",
    "eslint": "^8.56.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.1",
    "gulp": "^4.0.2",
    "n8n-workflow": "*",
    "prettier": "^3.3.2",
    "typescript": "^5.5.3"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  },
  "dependencies": {
    "@jimp/wasm-webp": "^1.6.0",
    "hjh-node-image": "^0.0.2",
    "jimp": "^1.6.0"
  }
}
