-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 935 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 935 Bytes
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
{
"name": "saas-api-gateway",
"version": "0.1.0",
"description": "Saas api gateway",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/linto-ai/saas-api-gateway"
},
"bugs": {
"url": "https://github.com/linto-ai/saas-api-gateway/issues"
},
"homepage": "https://linto.ai/",
"keywords": [
"linto",
"saas",
"gateway"
],
"author": "yhoupert@linagora.com",
"license": "AGPL-3.0-or-later",
"dependencies": {
"axios": "^1.1.3",
"body-parser": "^1.19.0",
"debug": "^4.1.1",
"dockerode": "^4.0.9",
"dotenv": "^8.0.0",
"eventemitter3": "^4.0.0",
"express": "^4.17.1",
"fs": "0.0.1-security",
"http-proxy": "^1.18.1",
"lodash": "^4.17.21",
"ora": "^3.4.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
}
}