UNPKG

graphql-language-service-types

Version:
38 lines (37 loc) 1.05 kB
{ "name": "graphql-language-service-types", "version": "1.8.7", "description": "Types for building GraphQL language services for IDEs", "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/main/graphql-language-service-types#readme", "bugs": { "url": "https://github.com/graphql/graphql-language-service/issues?q=issue+label:language-types" }, "license": "MIT", "files": [ "dist", "esm", "src" ], "keywords": [ "graphql" ], "main": "dist/index.js", "module": "esm/index.js", "typings": "dist/index.d.ts", "peerDependencies": { "graphql": "^15.5.0 || ^16.0.0" }, "dependencies": { "graphql-config": "^4.1.0", "vscode-languageserver-types": "^3.15.1" }, "devDependencies": { "graphql": "16.0.0-experimental-stream-defer.5" } }