diff --git a/package.json b/package.json new file mode 100644 index 0000000..9e83d61 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "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":"*"} +} \ No newline at end of file