-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "microobs-gateway",
"version": "1.0.0",
"description": "",
"license": "MIT",
"author": "",
"homepage": "https://github.com/microobs/gateway#readme",
"bugs": {
"url": "https://github.com/microobs/gateway/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microobs/gateway.git"
},
"keywords": [],
"scripts": {
"start": "node ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@elastic/elasticsearch": "^7.9.1",
"@graphql-tools/merge": "^6.2.3",
"config": "^3.3.2",
"body-parser": "^1.19.0",
"date-fns": "^2.16.1",
"debug": "^4.2.0",
"elastic-graphql": "git+https://github.com/carloszimm/elastic-graphql.git#main",
"express": "^4.17.1",
"express-graphql": "^0.11.0",
"form-urlencoded": "^4.2.1",
"graphql": "^15.3.0",
"jwt-simple": "^0.5.6",
"lodash": "^4.17.20",
"node-fetch": "^2.6.1",
"prom-graphql": "git+https://github.com/carloszimm/prom-graphql.git#main",
"prometheus-query": "^2.1.0",
"promise.allsettled": "^1.0.2",
"redis": "^3.0.2",
"url-pattern": "^1.0.3"
},
"devDependencies": {}
}