{ "name": "openiap", "version": "1.0.56", "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", "build": "webpack --mode production" }, "repository": { "type": "git", "url": "git+https://github.com/open-rpa/openflow.git" }, "author": "OpenRPA / Allan Zimmermann", "license": "MPL-2.0", "bugs": { "url": "https://github.com/open-rpa/openflow/issues" }, "homepage": "https://github.com/open-rpa/openflow", "bin": { "openflow-cli": "./dist/cli.js" }, "dependencies": { "@kubernetes/client-node": "^0.12.0", "@types/mongodb": "^3.5.25", "@types/passport": "^1.0.3", "amqplib": "^0.5.6", "angular": "^1.8.0", "angular-chart.js": "^1.1.1", "angular-route": "^1.8.0", "angular-sanitize": "^1.8.0", "async-retry": "^1.3.1", "bcryptjs": "^2.4.3", "body-parser": "^1.19.0", "bootstrap": "^4.5.0", "chart.js": "^2.9.3", "command-line-args": "^5.1.1", "compression": "^1.7.4", "cookie-parser": "^1.4.5", "cookie-session": "^1.4.0", "envfile": "^6.9.0", "express": "^4.17.1", "flash": "^1.1.0", "formBuilder": "^3.4.2", "got": "^11.4.0", "gulp": "^4.0.2", "gulp-replace": "^1.0.0", "gulp-shell": "^0.8.0", "handlebars": "^4.7.6", "handlebars-loader": "^1.7.1", "jquery": "^3.5.1", "jquery-ui": "^1.12.1", "json-stringify-safe": "^5.0.1", "jsondiffpatch": "^0.4.1", "jsonwebtoken": "^8.5.1", "mimetype": "0.0.8", "mongodb": "^3.5.9", "morgan": "^1.10.0", "multer": "^1.4.2", "multer-gridfs-storage": "^4.2.0", "openflow-api": "^1.0.12", "os-service": "^2.2.0", "passport": "^0.4.1", "passport-google-oauth20": "^2.0.0", "passport-local": "^1.0.0", "passport-saml-metadata": "^2.3.0", "popper.js": "^1.16.1", "readline-sync": "^1.4.10", "saml20": "^0.1.14", "samlp": "^3.4.1", "unhandled-rejection": "^1.0.0", "winston": "^3.3.3", "ws": "^7.3.1" }, "devDependencies": { "@fortawesome/fontawesome-free": "^5.13.1", "@types/angular": "^1.7.2", "@types/angular-route": "^1.7.1", "@types/jquery": "^3.5.0", "browserify": "^16.5.1", "css-loader": "^3.6.0", "expose-loader": "^1.0.0", "merge-stream": "^2.0.0", "style-loader": "^1.2.1", "tsify": "^4.0.2", "typescript": "^3.9.6", "webpack": "^4.43.0", "webpack-cli": "^3.3.12" } }