-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 978 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
{
"name": "apollo-query-complexity",
"version": "0.2.1",
"description": "An Apollo-Server plugin to perform query complexity control",
"keywords": [
"Apollo-Server"
],
"author": "linbudu599",
"homepage": "https://github.com/linbudu599/apollo-server-midway#readme",
"license": "MIT",
"main": "./dist/index.js",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/linbudu599/apollo-server-midway.git"
},
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"check": "tsc --noEmit",
"lint": "mwts check",
"lint:fix": "mwts fix"
},
"bugs": {
"url": "https://github.com/linbudu599/apollo-server-midway/issues"
},
"dependencies": {
"apollo-server-core": "^3.1.2",
"apollo-server-plugin-base": "^3.1.1",
"graphql": "^15.5.1",
"graphql-query-complexity": "^0.9.0"
},
"gitHead": "b0fa3e7d2ad3a04442ecdf23e252e3cc1630bce0"
}