{
  "name": "graphql-language-service-utils",
  "repository": "https://github.com/graphql/graphql-language-service",
  "version": "0.0.17",
  "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"
  },
  "dependencies": {
    "graphql": "^0.10.1",
    "graphql-language-service-types": "0.0.21"
  }
}
