{ "name": "@apollographql/apollo-tools", "version": "0.4.8", "author": "Apollo GraphQL ", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/apollographql/apollo-tooling.git" }, "homepage": "https://github.com/apollographql/apollo-tooling", "bugs": "https://github.com/apollographql/apollo-tooling/issues", "main": "lib/index.js", "types": "lib/index.d.ts", "engines": { "node": ">=8", "npm": ">=6" }, "dependencies": { "apollo-env": "^0.6.5" }, "jest": { "preset": "ts-jest", "testEnvironment": "node", "testMatch": null, "testRegex": "/__tests__/.*\\.test\\.(js|ts)$", "testPathIgnorePatterns": [ "/node_modules/", "/lib/" ], "moduleFileExtensions": [ "ts", "js" ], "transformIgnorePatterns": [ "/node_modules/" ], "setupFiles": [ "apollo-env" ], "snapshotSerializers": [ "/src/__tests__/snapshotSerializers/astSerializer.ts", "/src/__tests__/snapshotSerializers/graphQLTypeSerializer.ts" ], "globals": { "ts-jest": { "tsConfig": "/tsconfig.test.json", "diagnostics": true } } }, "gitHead": "7cc66acbbfc681da0491a7868150deccc7ca368f" }