-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.09 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.09 KB
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
{
"name": "graphql-fields-projection",
"version": "1.1.0",
"description": "",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"/lib"
],
"scripts": {
"test": "jest ./test",
"types": "find lib -name '*.d.ts' -delete && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Impact-Technical-Resources/graphql-fields-projection.git"
},
"keywords": [
"graphql",
"graphql-fields",
"graphql-fields-projection",
"selected-fields",
"dataloader",
"merge-selected-fields",
"fields",
"database projection",
"projection",
"project",
"mongo",
"mongodb",
"sql",
"path collision restrictions"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Impact-Technical-Resources/graphql-fields-projection/issues"
},
"homepage": "https://github.com/Impact-Technical-Resources/graphql-fields-projection#readme",
"dependencies": {
"graphql-fields": "^2.0.3",
"lodash": "^4.17.21"
},
"devDependencies": {
"jest": "^28.1.0"
}
}