UNPKG

1.24 kBJSONView Raw
1{
2 "name": "@apollographql/apollo-tools",
3 "version": "0.5.1",
4 "author": "Apollo GraphQL <opensource@apollographql.com>",
5 "license": "MIT",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/apollographql/apollo-tooling.git"
9 },
10 "homepage": "https://github.com/apollographql/apollo-tooling",
11 "bugs": "https://github.com/apollographql/apollo-tooling/issues",
12 "main": "lib/index.js",
13 "types": "lib/index.d.ts",
14 "engines": {
15 "node": ">=8",
16 "npm": ">=6"
17 },
18 "jest": {
19 "preset": "ts-jest",
20 "testEnvironment": "node",
21 "testMatch": null,
22 "testRegex": "/__tests__/.*\\.test\\.(js|ts)$",
23 "testPathIgnorePatterns": [
24 "<rootDir>/node_modules/",
25 "<rootDir>/lib/"
26 ],
27 "moduleFileExtensions": [
28 "ts",
29 "js"
30 ],
31 "transformIgnorePatterns": [
32 "/node_modules/"
33 ],
34 "snapshotSerializers": [
35 "<rootDir>/src/__tests__/snapshotSerializers/astSerializer.ts",
36 "<rootDir>/src/__tests__/snapshotSerializers/graphQLTypeSerializer.ts"
37 ],
38 "globals": {
39 "ts-jest": {
40 "tsConfig": "<rootDir>/tsconfig.test.json",
41 "diagnostics": true
42 }
43 }
44 },
45 "gitHead": "7f77a11e5c3123137af9235b4a32ac76ec1aad39"
46}