UNPKG

1.83 kBJSONView Raw
1{
2 "name": "graphql-config",
3 "version": "4.3.5",
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 "@graphql-tools/graphql-file-loader": "^7.3.7",
11 "@graphql-tools/json-file-loader": "^7.3.7",
12 "@graphql-tools/load": "^7.5.5",
13 "@graphql-tools/merge": "^8.2.6",
14 "@graphql-tools/url-loader": "^7.9.7",
15 "@graphql-tools/utils": "^8.6.5",
16 "cosmiconfig": "7.0.1",
17 "cosmiconfig-toml-loader": "1.0.0",
18 "cosmiconfig-typescript-loader": "^4.0.0",
19 "minimatch": "4.2.1",
20 "ts-node": "^10.8.1",
21 "string-env-interpolation": "1.0.1",
22 "tslib": "^2.4.0"
23 },
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/kamilkisiela/graphql-config.git"
27 },
28 "homepage": "https://graphql-config.com",
29 "keywords": [
30 "graphql",
31 "config",
32 "relay",
33 "apollo"
34 ],
35 "author": {
36 "email": "kamil.kisiela@gmail.com",
37 "name": "Kamil Kisiela",
38 "url": "https://github.com/kamilkisiela"
39 },
40 "license": "MIT",
41 "engines": {
42 "node": ">= 10.0.0"
43 },
44 "main": "cjs/index.js",
45 "module": "esm/index.js",
46 "typings": "typings/index.d.ts",
47 "typescript": {
48 "definition": "typings/index.d.ts"
49 },
50 "type": "module",
51 "exports": {
52 ".": {
53 "require": {
54 "types": "./typings/index.d.cts",
55 "default": "./cjs/index.js"
56 },
57 "import": {
58 "types": "./typings/index.d.ts",
59 "default": "./esm/index.js"
60 },
61 "default": {
62 "types": "./typings/index.d.ts",
63 "default": "./esm/index.js"
64 }
65 },
66 "./package.json": "./package.json"
67 }
68}
\No newline at end of file