{"library":"node-red-node-smooth","install":[{"cmd":"npm install node-red-node-smooth","imports":["Install via npm: npm install node-red-node-smooth\nThen add 'smooth' node from the palette in Node-RED editor.","// In a custom Node-RED node .js file (e.g., ~/.node-red/nodes/my-smooth-node.js)\nmodule.exports = function(RED) {\n    function SmoothNode(config) {\n        RED.nodes.createNode(this, config);\n        // ... node logic ...\n    }\n    RED.nodes.registerType('smooth', SmoothNode);\n}"]},{"cmd":"yarn add node-red-node-smooth","imports":[]},{"cmd":"pnpm add node-red-node-smooth","imports":[]}]}