UNPKG

1.12 kBJSONView Raw
1{
2 "name": "graphql-language-service-utils",
3 "version": "2.7.1",
4 "description": "Utilities to support the GraphQL Language Service",
5 "contributors": [
6 "Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
7 "Hyohyeon Jeong <asiandrummer@fb.com>",
8 "Lee Byron <lee@leebyron.com> (http://leebyron.com/)"
9 ],
10 "repository": "http://github.com/graphql/graphiql",
11 "homepage": "https://github.com/graphql/graphiql/tree/main/packages/graphql-language-service-utils#readme",
12 "bugs": {
13 "url": "https://github.com/graphql/graphql-language-service/issues?q=issue+label:language-utils"
14 },
15 "license": "MIT",
16 "files": [
17 "dist",
18 "esm",
19 "src"
20 ],
21 "keywords": [
22 "graphql"
23 ],
24 "main": "dist/index.js",
25 "module": "esm/index.js",
26 "typings": "dist/index.d.ts",
27 "peerDependencies": {
28 "graphql": "^15.5.0 || ^16.0.0"
29 },
30 "dependencies": {
31 "graphql-language-service-types": "^1.8.7",
32 "nullthrows": "^1.0.0",
33 "@types/json-schema": "7.0.9"
34 },
35 "devDependencies": {
36 "@types/jest": "^26.0.22",
37 "graphql": "16.0.0-experimental-stream-defer.5"
38 }
39}