UNPKG

n8n-nodes-loopman

Version:

Official n8n community node package for integrating with Loopman - the human-in-the-loop automation platform

10 lines (9 loc) 235 B
module.exports = { nodes: [ require('./dist/nodes/Loopman/Loopman.node.js'), require('./dist/nodes/Loopman/LoopmanTrigger.node.js'), ], credentials: [ require('./dist/credentials/LoopmanApi/LoopmanApi.credentials.js'), ], };