forked from openiap/opencore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@openiap/nodered",
"version": "1.4.14",
"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": "^2.0.13",
"@opentelemetry/api": "1.0.0-rc.3",
"@opentelemetry/core": "0.19.0",
"@opentelemetry/exporter-collector-grpc": "0.19.0",
"@opentelemetry/metrics": "0.19.0",
"@opentelemetry/tracing": "0.19.0",
"body-parser": "^1.19.0",
"command-line-args": "^5.2.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"envfile": "^6.17.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"google-auth-library": "^7.0.4",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"node-red": "^2.2.2",
"pako": "^2.0.4",
"passport-saml": "^3.2.0",
"passport-saml-metadata": "^2.5.0",
"pm2": "^5.2.0",
"readline-sync": "^1.4.10",
"request": "^2.88.2",
"smtp-server": "^3.9.0",
"winston": "^3.3.3"
},
"devDependencies": {
"@types/compression": "^1.7.2",
"@types/node": "^16.11.4"
}
}