Files
n8n-nodes-wizpixel-flow/package.json
2026-03-08 14:26:24 +00:00

24 lines
1.0 KiB
JSON

{
"name": "n8n-nodes-wizpixel-flow",
"version": "0.1.0",
"description": "n8n community node for WizPixel Flow — submit render jobs, poll status, list templates",
"keywords": ["n8n-community-node-package","wizpixel","banner","video","ad","render","html5","automation"],
"license": "MIT",
"homepage": "https://flow.wizpixel.com",
"author": {"name":"WizPixel","email":"support@wizpixel.com"},
"repository": {"type":"git","url":"https://git.aeonianengineering.net/Niko/n8n-nodes-wizpixel-flow.git"},
"main": "dist/index.js",
"scripts": {
"build": "tsc && npm run copy-icons",
"copy-icons": "find nodes -name '*.svg' -exec cp {} dist/nodes/WizPixelFlow/ \\;",
"dev": "tsc --watch",
"prepublishOnly": "npm run build"
},
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": ["dist/credentials/WizPixelFlowApi.credentials.js"],
"nodes": ["dist/nodes/WizPixelFlow/WizPixelFlow.node.js"]
},
"devDependencies": {"@types/node":"^18.0.0","typescript":"^5.0.0","n8n-workflow":"*"},
"peerDependencies": {"n8n-workflow":"*"}
}