UNPKG

1.01 kBJSONView Raw
1{
2 "name": "graphql-language-service-types",
3 "version": "1.8.2",
4 "description": "Types for building GraphQL language services for IDEs",
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/graphql-language-service-types#readme",
12 "bugs": {
13 "url": "https://github.com/graphql/graphql-language-service/issues?q=issue+label:language-types"
14 },
15 "license": "MIT",
16 "files": [
17 "dist",
18 "esm"
19 ],
20 "keywords": [
21 "graphql"
22 ],
23 "main": "dist/index.js",
24 "module": "esm/index.js",
25 "typings": "dist/index.d.ts",
26 "peerDependencies": {
27 "graphql": ">= v14.5.0 <= 15.5.0"
28 },
29 "devDependencies": {
30 "graphql": "experimental-stream-defer",
31 "graphql-config": "^3.0.2",
32 "vscode-languageserver-types": "^3.15.1"
33 }
34}