UNPKG

@apollographql/graphql-language-service-utils

Version:

Utilities to support the GraphQL Language Service

35 lines (34 loc) 1.1 kB
{ "name": "@apollographql/graphql-language-service-utils", "repository": "https://github.com/apollographql/graphql-language-service", "version": "2.0.2", "description": "Utilities to support 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/)" ], "bugs": { "url": "https://github.com/graphql/graphql-language-service/issues" }, "files": [ "dist" ], "keywords": [ "graphql" ], "main": "dist/index.js", "scripts": { "test": "echo 'Please run `npm test` from the root of the repo' && exit 1", "build": "npm run build-js && npm run build-flow", "build-js": "babel-node ../../resources/buildJs.js", "build-flow": "babel-node ../../resources/buildFlow.js", "prepublish": "node ../../resources/prepublish.js" }, "peerDependencies": { "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0" }, "dependencies": { "@apollographql/graphql-language-service-types": "^2.0.0" } }