-
-
Notifications
You must be signed in to change notification settings - Fork 116
/
package.json
129 lines (129 loc) · 4.18 KB
/
package.json
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "@openiap/openflow",
"version": "1.5.8.18",
"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": "_mocha 'test/**/*.test.ts'",
"coverage": "nyc ./node_modules/.bin/_mocha 'test/**/*.test.ts'",
"oldtest": "ts-mocha --paths -p OpenFlow/tsconfig.json OpenFlow/**/*.spec.ts",
"sass": "gulp sass",
"watch": "gulp watch",
"compose": "gulp compose",
"latest": "gulp latest",
"rebuild": "docker-compose up registry -d && docker-compose build && docker-compose push --ignore-push-failures && docker-compose up -d",
"build": "docker-compose up registry -d && docker-compose push --ignore-push-failures && docker-compose up -d",
"updateapilocal": "npm uninstall @openiap/nodeapi && npm i ../nodeapi",
"updateapidev": "npm uninstall @openiap/nodeapi && npm i openiap/nodeapi",
"updateapi": "npm uninstall @openiap/nodeapi && npm i @openiap/nodeapi",
"spec": "tsoa spec",
"routes": "tsoa routes",
"generate": "tsoa spec && tsoa routes"
},
"repository": {
"type": "git",
"url": "git+https://github.com/open-rpa/openflow.git"
},
"publishConfig": {
"access": "public"
},
"author": "OpenIAP ApS / Allan Zimmermann",
"license": "MPL-2.0",
"bugs": {
"url": "https://community.openiap.io/"
},
"homepage": "https://github.com/open-rpa/openflow",
"funding": "https://github.com/sponsors/skadefro",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@kubernetes/client-node": "^0.19.0",
"@node-saml/passport-saml": "^4.0.1",
"@openiap/nodeapi": "^0.0.37",
"@openiap/openflow-api": "^2.1.11",
"@opentelemetry/exporter-metrics-otlp-grpc": "^0.43.0",
"@opentelemetry/sdk-node": "^0.43.0",
"@types/amqplib": "^0.10.2",
"@types/node": "^20.7.0",
"amqplib": "^0.10.3",
"ansi_up": "^5.2.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cache-manager": "^5.2.3",
"cache-manager-ioredis-yet": "^1.2.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"dockerode": "^3.3.4",
"express": "^4.18.1",
"flash": "^1.1.0",
"got": "^11.8.5",
"halfmoon": "^1.1.1",
"hjson": "^3.2.2",
"jose": "^2.0.6",
"json-stable-stringify": "^1.0.2",
"jsondiffpatch": "^0.4.1",
"jsonpath-plus": "^7.2.0",
"jsonwebtoken": "^8.5.1",
"mimetype": "0.0.8",
"mongodb": "^4.11.0",
"multer": "^1.4.2",
"multer-gridfs-storage": "^5.0.2",
"nodemailer": "^6.8.0",
"nyc": "^15.1.0",
"oauth2-server": "^3.1.1",
"oidc-provider": "^6.31.0",
"openid-client": "^5.3.0",
"pako": "^2.1.0",
"passport": "^0.5.3",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-openidconnect": "^0.1.1",
"pidusage": "^3.0.2",
"rate-limiter-flexible": "^2.4.1",
"request": "^2.88.2",
"saml20": "^0.1.14",
"samlp": "^6.0.2",
"showdown": "^2.1.0",
"swagger-autogen": "^2.23.1",
"swagger-ui-express": "^4.6.3",
"systeminformation": "^5.21.9",
"tsoa": "^5.1.1",
"web-push": "^3.5.0",
"ws": "^8.11.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@testdeck/mocha": "0.3.2",
"@types/angular": "^1.8.4",
"@types/angular-route": "^1.7.2",
"@types/mocha": "10.0.0",
"@types/passport": "^1.0.11",
"angular": "^1.8.2",
"angular-chart.js": "^1.1.1",
"angular-route": "^1.8.2",
"angular-sanitize": "^1.8.2",
"browserify": "^17.0.0",
"browserify-css": "^0.15.0",
"chart.js": "^2.9.4",
"dotenv": "^16.0.3",
"exorcist": "^2.0.0",
"formBuilder": "^3.8.3",
"gulp": "^4.0.2",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-shell": "^0.8.0",
"gulp-typescript": "^6.0.0-alpha.1",
"merge-stream": "^2.0.0",
"mocha": "^10.1.0",
"popper.js": "^1.16.1",
"sass": "^1.56.1",
"shepherd.js": "^10.0.1",
"tinyify": "^4.0.0",
"ts-mockito": "^2.6.1",
"ts-node": "^10.9.1",
"tsify": "^5.0.4",
"typescript": "^4.8.4",
"watchify": "^4.0.0",
"wtfnode": "^0.9.1"
}
}