{
  "name": "@theguild/graphql-language-service-interface",
  "version": "2.10.0",
  "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": {
    "@theguild/graphql-language-service-parser": "^1.11.0",
    "@theguild/graphql-language-service-types": "^1.10.0",
    "@theguild/graphql-language-service-utils": "^2.7.0",
    "vscode-languageserver-types": "^3.15.1"
  },
  "devDependencies": {
    "graphql": "experimental-stream-defer",
    "graphql-config": "^3.0.2"
  }
}
