-
-
Notifications
You must be signed in to change notification settings - Fork 117
/
Copy pathpackage.json
103 lines (103 loc) · 3.43 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
{
"name": "@openiap/core",
"version": "1.5.10.62",
"description": "Easy orchestration of data, code and automation tools.\r Also the \"backend\" for [OpenRPA](https://github.com/skadefro/OpenRPA)",
"main": "index.js",
"scripts": {
"test": "_mocha 'src/test/**/*.test.ts'",
"build": "tsc --build tsconfig.json",
"coverage": "nyc ./node_modules/.bin/_mocha 'test/**/*.test.ts'",
"compose": "gulp compose",
"latest": "gulp latest",
"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",
"ncu": "npx -y npm-check-updates",
"spec": "tsoa spec",
"routes": "tsoa routes",
"generate": "tsoa spec && tsoa routes",
"copypublic": "rm -rf public && cp -r ../openflow-web/dist/ public",
"linkpublic": "rm -rf public && ln -s /mnt/data/vscode/config/workspace/code/openflow-web/dist /mnt/data/vscode/config/workspace/code/openflow/public",
"copypublic2": "rm -rf public && cp -r ../core-web/build/ public",
"linkpublic2": "rm -rf public && ln -s /mnt/data/vscode/config/workspace/code/core-web/build /mnt/data/vscode/config/workspace/code/openflow/public"
},
"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/"
},
"type": "module",
"homepage": "https://github.com/open-rpa/openflow",
"funding": "https://github.com/sponsors/skadefro",
"dependencies": {
"@kubernetes/client-node": "0.21.0",
"@node-saml/passport-saml": "4.0.1",
"@openiap/cloud-git-mongodb": "1.0.38",
"@openiap/nodeapi": "0.0.38",
"@openiap/openflow-api": "2.1.12",
"@opentelemetry/exporter-metrics-otlp-grpc": "0.43.0",
"@opentelemetry/sdk-node": "0.43.0",
"@testdeck/mocha": "0.3.3",
"amqplib": "0.10.4",
"bcryptjs": "2.4.3",
"cache-manager": "5.2.3",
"cache-manager-ioredis-yet": "1.2.2",
"compression": "1.7.4",
"cookie-parser": "1.4.6",
"cookie-session": "2.1.0",
"dockerode": "3.3.4",
"dotenv": "16.4.5",
"express": "4.19.2",
"got": "11.8.5",
"hjson": "3.2.2",
"ip": "2.0.1",
"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.9.14",
"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-ui-express": "4.6.3",
"systeminformation": "5.22.11",
"tsoa": "5.1.1",
"tsx": "4.16.0",
"typescript": "4.8.4",
"web-push": "3.6.7",
"ws": "8.17.1",
"xml2js": "0.4.23"
},
"devDependencies": {
"@types/amqplib": "0.10.5",
"@types/mocha": "10.0.7",
"@types/node": "20.14.9",
"@types/passport": "1.0.16",
"gulp": "4.0.2",
"gulp-shell": "0.8.0",
"mocha": "10.5.2",
"nyc": "17.0.0"
}
}