{ "name": "@openiap/nodered", "version": "1.1.160", "description": "Simple wrapper around NodeRed, RabbitMQ and MongoDB to support a more scaleable NodeRed implementation.\r Also the \"backend\" for [OpenRPA](https://github.com/skadefro/OpenRPA)", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/open-rpa/openflow.git" }, "publishConfig": { "access": "public" }, "author": "OpenRPA / Allan Zimmermann", "license": "MPL-2.0", "bugs": { "url": "https://github.com/open-rpa/openflow/issues" }, "homepage": "https://github.com/open-rpa/openflow", "funding": "https://github.com/sponsors/skadefro", "bin": { "openflow-nodered-cli": "./dist/cli.js" }, "dependencies": { "@nodemailer/mailparser2": "^1.0.3", "@openiap/openflow-api": "^1.0.56", "async-retry": "^1.3.1", "body-parser": "^1.19.0", "command-line-args": "^5.1.1", "compression": "^1.7.4", "cookie-parser": "^1.4.5", "cookie-session": "^1.4.0", "envfile": "^6.14.0", "express": "^4.17.1", "express-prom-bundle": "^6.3.1", "google-auth-library": "^6.1.3", "jsonwebtoken": "^8.5.1", "morgan": "^1.10.0", "node-red": "^1.2.6", "os-service": "^2.2.0", "passport-saml": "^2.0.2", "passport-saml-metadata": "^2.4.0", "prom-client": "^13.0.0", "readline-sync": "^1.4.10", "smtp-server": "^3.8.0", "unhandled-rejection": "^1.0.0", "winston": "^3.3.3" }, "devDependencies": { "@types/compression": "1.7.0", "@types/node": "^14.14.19" } }