{
  "name": "apollo-graphql",
  "version": "0.6.1",
  "description": "Apollo GraphQL utility library",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "keywords": [],
  "author": "Apollo <opensource@apollographql.com>",
  "license": "MIT",
  "engines": {
    "node": ">=6"
  },
  "dependencies": {
    "apollo-env": "^0.6.6",
    "lodash.sortby": "^4.7.0"
  },
  "peerDependencies": {
    "graphql": "^14.2.1 || ^15.0.0"
  },
  "jest": {
    "preset": "ts-jest",
    "transformIgnorePatterns": [
      "/node_modules/"
    ],
    "testEnvironment": "node",
    "testMatch": [
      "**/__tests__/*.(js|ts)"
    ],
    "testPathIgnorePatterns": [
      "<rootDir>/node_modules/",
      "<rootDir>/lib/",
      "<rootDir>/test/fixtures/",
      "<rootDir>/test/test-utils"
    ],
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "globals": {
      "ts-jest": {
        "tsConfig": "<rootDir>/tsconfig.test.json",
        "diagnostics": false
      }
    }
  },
  "gitHead": "3c073ffd5297c5c8db188184e99ad2cb3d50ebcc"
}
