{
  "name": "graphql-list-fields",
  "version": "2.0.2",
  "description": "Get a list of fields while resolving a GraphQL query",
  "main": "index.js",
  "scripts": {
    "test": "jest --coverage",
    "test-ci": "npm run test && cat ./coverage/lcov.info | coveralls",
    "test-watch": "jest --watch",
    "prettier": "prettier __tests__/*.js *.js --write --tab-width 4 --single-quote --print-width 120"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jakepusateri/graphql-list-fields.git"
  },
  "author": "jakepusateri",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jakepusateri/graphql-list-fields/issues"
  },
  "homepage": "https://github.com/jakepusateri/graphql-list-fields#readme",
  "keywords": [
    "ast",
    "schema",
    "fields",
    "graphqlresolveinfo",
    "graphql-js",
    "graphql"
  ],
  "devDependencies": {
    "coveralls": "^3.0.0",
    "graphql": "^0.11.7",
    "jest": "^21.2.1",
    "prettier": "^1.11.1"
  },
  "files": []
}
