-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 858 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 858 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
{
"name": "backend-shared",
"private": true,
"type": "module",
"version": "0.0.2",
"description": "",
"author": "",
"devDependencies": {},
"dependencies": {
"@foundernest/namecase": "^1.0.0",
"@techby/impact": "0.0.8",
"apollo-server": "^2.14.2",
"auto-bind": "^4.0.0",
"axios": "^0.19.2",
"bluebird": "^3.5.3",
"bull": "^3.14.0",
"cassandra-driver": "^3.6.0",
"cassanknex": "^1.20.3",
"cron": "^1.8.2",
"dataloader": "^2.0.0",
"elasticsearch": "^16.7.1",
"graphql": "^15.0.0",
"graphql-bigint": "^1.0.0",
"graphql-type-json": "^0.3.1",
"ioredis": "^2.5.0",
"joi": "^14.3.1",
"lodash": "^4.16.3",
"merge-graphql-schemas": "^1.7.8",
"moment-timezone": "^0.5.31",
"node-uuid": "^1.4.7",
"redlock": "^2.0.0",
"to-sentence-case-with-dot": "^1.0.8"
}
}