UNPKG

n8n-workflow-manager

Version:

Command-line tools for managing n8n workflows with version control and TypeScript support

26 lines 444 B
{ "workflowsDir": "workflows", "n8nDir": "n8n", "generateTypes": true, "typeScript": { "enabled": true, "outputDir": "types" }, "ignore": [ "node_modules", ".git", ".env", ".env.*", "*.log" ], "extraction": { "preserveIds": true, "generateIndex": true, "splitCodeNodes": true }, "packaging": { "validateWorkflows": true, "minifyOutput": false, "backupOriginal": true } }