UNPKG

1.57 kBJSONView Raw
1{
2 "name": "graphql-config",
3 "version": "4.2.0",
4 "description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)",
5 "sideEffects": false,
6 "peerDependencies": {
7 "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
8 },
9 "dependencies": {
10 "@endemolshinegroup/cosmiconfig-typescript-loader": "3.0.2",
11 "@graphql-tools/graphql-file-loader": "^7.3.7",
12 "@graphql-tools/json-file-loader": "^7.3.7",
13 "@graphql-tools/load": "^7.5.5",
14 "@graphql-tools/merge": "^8.2.6",
15 "@graphql-tools/url-loader": "^7.9.7",
16 "@graphql-tools/utils": "^8.6.5",
17 "cosmiconfig": "7.0.1",
18 "cosmiconfig-toml-loader": "1.0.0",
19 "minimatch": "4.2.1",
20 "string-env-interpolation": "1.0.1"
21 },
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/kamilkisiela/graphql-config.git"
25 },
26 "homepage": "https://graphql-config.com",
27 "keywords": [
28 "graphql",
29 "config",
30 "relay",
31 "apollo"
32 ],
33 "author": {
34 "email": "kamil.kisiela@gmail.com",
35 "name": "Kamil Kisiela",
36 "url": "https://github.com/kamilkisiela"
37 },
38 "license": "MIT",
39 "engines": {
40 "node": ">= 10.0.0"
41 },
42 "main": "index.js",
43 "module": "index.mjs",
44 "typings": "index.d.ts",
45 "typescript": {
46 "definition": "index.d.ts"
47 },
48 "exports": {
49 ".": {
50 "require": "./index.js",
51 "import": "./index.mjs"
52 },
53 "./*": {
54 "require": "./*.js",
55 "import": "./*.mjs"
56 },
57 "./package.json": "./package.json"
58 }
59}