{ "name": "apollo-graphql", "version": "0.6.0", "description": "Apollo GraphQL utility library", "main": "lib/index.js", "types": "lib/index.d.ts", "keywords": [], "author": "Apollo ", "license": "MIT", "engines": { "node": ">=6" }, "dependencies": { "apollo-env": "^0.6.5", "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": [ "/node_modules/", "/lib/", "/test/fixtures/", "/test/test-utils" ], "moduleFileExtensions": [ "ts", "js" ], "globals": { "ts-jest": { "tsConfig": "/tsconfig.test.json", "diagnostics": false } } }, "gitHead": "05b6a0d776cf91df3cc402d09e2007220c5b4a25" }