UNPKG

1.05 kBJSONView Raw
1{
2 "name": "graphql-language-service-utils",
3 "version": "2.4.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 ],
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": "^14.0.0 || ^15.0.0"
28 },
29 "dependencies": {
30 "graphql-language-service-types": "^1.6.1"
31 },
32 "devDependencies": {
33 "@types/jest": "^25.2.1"
34 },
35 "gitHead": "0fc7c7caac890198118c6a19ae77f10944987ed2"
36}