This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/graphql-config/package.json

50 lines
1.3 KiB
JSON

{
"name": "graphql-config",
"version": "3.2.0",
"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"
},
"dependencies": {
"@endemolshinegroup/cosmiconfig-typescript-loader": "3.0.2",
"@graphql-tools/graphql-file-loader": "^6.0.0",
"@graphql-tools/json-file-loader": "^6.0.0",
"@graphql-tools/load": "^6.0.0",
"@graphql-tools/merge": "^6.0.0",
"@graphql-tools/url-loader": "^6.0.0",
"@graphql-tools/utils": "^6.0.0",
"cosmiconfig": "6.0.0",
"cosmiconfig-toml-loader": "1.0.0",
"minimatch": "3.0.4",
"string-env-interpolation": "1.0.1",
"tslib": "^2.0.0"
},
"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.cjs.js",
"module": "index.esm.js",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
}
}