mirror of
https://github.com/rjNemo/federation
synced 2026-06-08 11:16:40 +00:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "@apollographql/apollo-tools",
|
|
"version": "0.4.8",
|
|
"author": "Apollo GraphQL <opensource@apollographql.com>",
|
|
"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": [
|
|
"<rootDir>/node_modules/",
|
|
"<rootDir>/lib/"
|
|
],
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"js"
|
|
],
|
|
"transformIgnorePatterns": [
|
|
"/node_modules/"
|
|
],
|
|
"setupFiles": [
|
|
"apollo-env"
|
|
],
|
|
"snapshotSerializers": [
|
|
"<rootDir>/src/__tests__/snapshotSerializers/astSerializer.ts",
|
|
"<rootDir>/src/__tests__/snapshotSerializers/graphQLTypeSerializer.ts"
|
|
],
|
|
"globals": {
|
|
"ts-jest": {
|
|
"tsConfig": "<rootDir>/tsconfig.test.json",
|
|
"diagnostics": true
|
|
}
|
|
}
|
|
},
|
|
"gitHead": "7cc66acbbfc681da0491a7868150deccc7ca368f"
|
|
}
|