-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 948 Bytes
/
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
{
"name": "apollo-stitcher",
"version": "0.4.0",
"homepage": "https://yaacovcr.github.io/apollo-stitcher",
"repository": {
"type": "git",
"url": "https://github.com/yaacovCR/apollo-stitcher.git"
},
"main": "src/index.js",
"files": [
"/src"
],
"scripts": {
"doc": "jsdoc -c jsdoc.conf.json",
"test": "mocha test"
},
"author": "Yaacov Rydzinski",
"license": "MIT",
"dependencies": {
"@graphql-tools/delegate": "^6.0.0",
"@graphql-tools/wrap": "^6.0.0",
"apollo-datasource": "^0.7.0",
"apollo-link": "^1.2.14",
"apollo-utilities": "^1.3.4"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0"
},
"devDependencies": {
"@graphql-tools/mock": "^6.0.0",
"@graphql-tools/schema": "^6.0.0",
"@graphql-tools/stitch": "^6.0.0",
"chai": "^4.2.0",
"graphql": "^14.5.7",
"graphql-subscriptions": "^1.1.0",
"jsdoc": "^3.6.4",
"mocha": "^7.1.2"
}
}