-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.05 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": "apongo",
"version": "3.0.0",
"description": "Create Mongo aggregation pipelines with recursive joins for Apollo queries.",
"main": "index.js",
"keywords": [
"mongo",
"apollo",
"join",
"aggregation"
],
"author": "Timothy Armes <tim@timothyarmes.com> (http://www.timothyarmes.com)",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/timothyarmes/apongo"
},
"scripts": {
"test": "jest --watch"
},
"peerDependencies": {
"apollo-server-core": "^3.0.2",
"graphql": "^15.1.0",
"@graphql-tools/utils": "^8.1.1",
"graphql-tag": "^2.9.2"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@graphql-tools/schema": "^8.1.2",
"apollo-server": "^3.1.2",
"apollo-server-core": "^3.1.2",
"babel-jest": "^26.6.3",
"graphql": "^15.5.1",
"graphql-tag": "^2.12.5",
"jest": "^26.6.3",
"merge-graphql-schemas": "^1.7.8",
"mongo-unit": "^1.5.1",
"mongodb-prebuilt": "^6.5.0",
"mongoose": "^5.13.7"
}
}