UNPKG

1.46 kBJSONView Raw
1{
2 "name": "@graphql-codegen/core",
3 "version": "2.6.8",
4 "peerDependencies": {
5 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
6 },
7 "dependencies": {
8 "@graphql-codegen/plugin-helpers": "^3.1.1",
9 "@graphql-tools/schema": "^9.0.0",
10 "@graphql-tools/utils": "^9.1.1",
11 "tslib": "~2.4.0"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/dotansimha/graphql-code-generator.git",
16 "directory": "packages/graphql-codegen-core"
17 },
18 "homepage": "https://github.com/dotansimha/graphql-codegen#readme",
19 "keywords": [
20 "gql",
21 "generator",
22 "code",
23 "types",
24 "interfaces",
25 "graphql",
26 "codegen",
27 "apollo",
28 "node",
29 "typescript",
30 "ts",
31 "flow",
32 "types",
33 "d.ts",
34 "typings"
35 ],
36 "author": "Dotan Simha <dotansimha@gmail.com>",
37 "license": "MIT",
38 "main": "cjs/index.js",
39 "module": "esm/index.js",
40 "typings": "typings/index.d.ts",
41 "typescript": {
42 "definition": "typings/index.d.ts"
43 },
44 "type": "module",
45 "exports": {
46 ".": {
47 "require": {
48 "types": "./typings/index.d.cts",
49 "default": "./cjs/index.js"
50 },
51 "import": {
52 "types": "./typings/index.d.ts",
53 "default": "./esm/index.js"
54 },
55 "default": {
56 "types": "./typings/index.d.ts",
57 "default": "./esm/index.js"
58 }
59 },
60 "./package.json": "./package.json"
61 }
62}
\No newline at end of file