graphql-config
Version:
The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)
61 lines (60 loc) • 1.58 kB
JSON
{
"name": "graphql-config",
"version": "4.3.3",
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)",
"sideEffects": false,
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/graphql-file-loader": "^7.3.7",
"@graphql-tools/json-file-loader": "^7.3.7",
"@graphql-tools/load": "^7.5.5",
"@graphql-tools/merge": "^8.2.6",
"@graphql-tools/url-loader": "^7.9.7",
"@graphql-tools/utils": "^8.6.5",
"cosmiconfig": "7.0.1",
"cosmiconfig-toml-loader": "1.0.0",
"cosmiconfig-typescript-loader": "^3.1.0",
"minimatch": "4.2.1",
"string-env-interpolation": "1.0.1",
"ts-node": "^10.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/kamilkisiela/graphql-config.git"
},
"homepage": "https://graphql-config.com",
"keywords": [
"graphql",
"config",
"relay",
"apollo"
],
"author": {
"email": "kamil.kisiela@gmail.com",
"name": "Kamil Kisiela",
"url": "https://github.com/kamilkisiela"
},
"license": "MIT",
"engines": {
"node": ">= 10.0.0"
},
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
},
"./package.json": "./package.json"
}
}