UNPKG

node-red-trexmes-service

Version:
53 lines (52 loc) 1.59 kB
{ "name": "node-red-trexmes-service", "version": "1.8.1", "description": "service Nodes for trexMes systems", "main": "event-subscribers.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Asaf Yurdakul", "license": "GPL-3.0-or-later", "keywords": [ "node-red", "trex-mes" ], "homepage": "https://github.com/asafyurdakul/node-red-trexmes-service", "node-red": { "nodes": { "trex-subscriber": "trex-subscriber.js", "llm-builder": "llm-flow-builder.js", "business-event-subscriber": "event-subscribers.js", "custom-form": "custom-form.js", "form-bind-controls": "form-bind-controls.js", "control-properties": "control-properties.js", "button-configurator": "button-configurator.js", "main-form-actions": "main-form-actions.js", "method-invoker": "method-invoker.js", "context-getter": "context-getter.js", "context-setter": "context-setter.js", "execute-process": "execute-process.js", "execute-script": "execute-script.js", "handle-setter": "handle-setter.js" } }, "repository": { "type": "git", "url": "git+https://github.com/asafyurdakul/node-red-trexmes-service.git" }, "dependencies": { "body-parser": "1.20.3", "content-type": "1.0.5", "cookie": "0.7.2", "cookie-parser": "1.4.7", "cors": "2.8.5", "express": "^4.18.2", "hash-sum": "2.0.0", "https-proxy-agent": "5.0.1", "is-utf8": "0.2.1", "multer": "1.4.5-lts.1", "on-headers": "1.0.2", "raw-body": "3.0.0" } }