UNPKG

graphql-language-service-interface

Version:
40 lines (39 loc) 1.17 kB
{ "name": "graphql-language-service-interface", "version": "2.8.4", "description": "Interface to 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/main/packages/graphql-language-service-interface#readme", "bugs": { "url": "https://github.com/graphql/graphiql/issues?q=issue+label:language-interface" }, "license": "MIT", "files": [ "dist", "esm" ], "keywords": [ "graphql" ], "main": "dist/index.js", "module": "esm/index.js", "typings": "dist/index.d.ts", "peerDependencies": { "graphql": ">= v14.5.0 <= 15.5.0" }, "dependencies": { "graphql-language-service-parser": "^1.9.0", "graphql-language-service-types": "^1.8.0", "graphql-language-service-utils": "^2.5.1", "vscode-languageserver-types": "^3.15.1" }, "devDependencies": { "graphql": "experimental-stream-defer", "graphql-config": "^3.0.2" } }