mirror of
https://github.com/rjNemo/federation
synced 2026-06-06 10:16:39 +00:00
47 lines
1 KiB
JSON
47 lines
1 KiB
JSON
{
|
|
"name": "apollo-graphql",
|
|
"version": "0.6.0",
|
|
"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.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": [
|
|
"<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": "05b6a0d776cf91df3cc402d09e2007220c5b4a25"
|
|
}
|