-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.58 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
{
"name": "api-seed",
"private": true,
"description": "",
"main": "index.js",
"type": "module",
"directories": {
"test": "test"
},
"scripts": {
"test": "./bin/test.sh",
"start": "./bin/start.sh",
"dev": "./bin/dev.sh",
"watch": "./bin/watch.sh"
},
"author": "",
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"gulp": "^4.0.2",
"gulp-shell": "^0.5.2"
},
"dependencies": {
"@apollo/federation": "^0.16.0",
"apollo-server-express": "^2.14.2",
"assert-none-missing": "github:claydotio/assert-none-missing#es",
"backend-shared": "file:backend-shared",
"bluebird": "^3.5.3",
"body-parser": "^1.14.1",
"bull": "^3.14.0",
"cassanknex": "^1.20.3",
"cheerio": "^1.0.0-rc.2",
"cors": "^2.8.5",
"csvtojson": "^2.0.10",
"dataloader": "^2.0.0",
"elasticsearch": "^16.7.1",
"exoid-router": "git://github.com/claydotio/exoid-router.git",
"express": "^4.16.4",
"fs-extra": "^9.0.0",
"graphql": "^15.0.0",
"ioredis": "^2.5.0",
"joi": "^6.10.0",
"lodash": "^4.16.3",
"loga": "^0.1.5",
"long": "^4.0.0",
"md5": "^2.2.1",
"merge-graphql-schemas": "^1.7.8",
"moment": "^2.25.1",
"node-uuid": "^1.4.7",
"normalize-url": "^4.5.0",
"redlock": "^2.0.0",
"request": "^2.88.2",
"request-promise": "^4.1.1",
"stats-lite": "^2.2.0",
"string-similarity": "^3.0.0"
}
}