@sheriff1980/n8n-nodes-comfyuirunner
Version:
An n8n node to run ComfyUI workflows
61 lines (60 loc) • 1.65 kB
JSON
{
"name": "@sheriff1980/n8n-nodes-comfyuirunner",
"version": "0.1.0",
"description": "An n8n node to run ComfyUI workflows",
"keywords": [
"n8n",
"node",
"comfyui",
"workflow",
"n8n-community-node-package"
],
"license": "MIT",
"homepage": "https://github.com/Sheriff1980/ComfyUiRunner",
"author": {
"name": "Sheriff1980",
"email": "sheriffsart@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Sheriff1980/ComfyUiRunner.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 package.json",
"lintfix": "eslint nodes package.json --fix",
"prepublishOnly": "pnpm build && pnpm lint -c .eslintrc.prepublish.js nodes package.json"
},
"files": [
"dist",
"nodes",
"credentials"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [],
"nodes": [
"dist/nodes/ComfyUiRunner/ComfyUiRunner.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",
"prettier": "^3.3.2",
"typescript": "^5.5.3"
},
"peerDependencies": {
"n8n-workflow": "*"
}
}