chore: add package.json
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -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":"*"}
|
||||
}
|
||||
Reference in New Issue
Block a user