forked from graphql/graphiql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "graphql-language-service-utils",
"version": "2.4.0-alpha.7",
"description": "Utilities to support the GraphQL Language Service",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
"Hyohyeon Jeong <asiandrummer@fb.com>",
"Lee Byron <lee@leebyron.com> (http://leebyron.com/)"
],
"repository": "http://github.com/graphql/graphiql",
"homepage": "https://github.com/graphql/graphiql/tree/master/packages/graphql-language-service-utils#readme",
"bugs": {
"url": "https://github.com/graphql/graphql-language-service/issues?q=issue+label:language-utils"
},
"license": "MIT",
"files": [
"dist",
"esm"
],
"keywords": [
"graphql"
],
"main": "dist/index.js",
"module": "esm/index.js",
"typings": "dist/index.d.ts",
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"dependencies": {
"graphql-language-service-types": "^1.6.0-alpha.6"
},
"devDependencies": {
"@types/jest": "^25.2.1"
}
}