UNPKG

1.88 kBJSONView Raw
1{
2 "name": "graphql-config",
3 "version": "5.0.3",
4 "description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)",
5 "sideEffects": false,
6 "peerDependenciesMeta": {
7 "cosmiconfig-toml-loader": {
8 "optional": true
9 }
10 },
11 "peerDependencies": {
12 "cosmiconfig-toml-loader": "^1.0.0",
13 "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
14 },
15 "dependencies": {
16 "@graphql-tools/graphql-file-loader": "^8.0.0",
17 "@graphql-tools/json-file-loader": "^8.0.0",
18 "@graphql-tools/load": "^8.0.0",
19 "@graphql-tools/merge": "^9.0.0",
20 "@graphql-tools/url-loader": "^8.0.0",
21 "@graphql-tools/utils": "^10.0.0",
22 "cosmiconfig": "^8.1.0",
23 "jiti": "^1.18.2",
24 "minimatch": "^4.2.3",
25 "string-env-interpolation": "^1.0.1",
26 "tslib": "^2.4.0"
27 },
28 "repository": {
29 "type": "git",
30 "url": "https://github.com/kamilkisiela/graphql-config.git"
31 },
32 "homepage": "https://graphql-config.com",
33 "keywords": [
34 "graphql",
35 "config",
36 "relay",
37 "apollo"
38 ],
39 "author": {
40 "email": "kamil.kisiela@gmail.com",
41 "name": "Kamil Kisiela",
42 "url": "https://github.com/kamilkisiela"
43 },
44 "license": "MIT",
45 "engines": {
46 "node": ">= 16.0.0"
47 },
48 "main": "cjs/index.js",
49 "module": "esm/index.js",
50 "typings": "typings/index.d.ts",
51 "typescript": {
52 "definition": "typings/index.d.ts"
53 },
54 "type": "module",
55 "exports": {
56 ".": {
57 "require": {
58 "types": "./typings/index.d.cts",
59 "default": "./cjs/index.js"
60 },
61 "import": {
62 "types": "./typings/index.d.ts",
63 "default": "./esm/index.js"
64 },
65 "default": {
66 "types": "./typings/index.d.ts",
67 "default": "./esm/index.js"
68 }
69 },
70 "./package.json": "./package.json"
71 }
72}
\No newline at end of file