UNPKG

1.45 kBJSONView Raw
1{
2 "name": "@graphql-codegen/typescript-jit-sdk",
3 "version": "2.1.6-alpha-20221101110911-a036e7a25",
4 "description": "GraphQL Code Generator plugin for generating a ready-to-use SDK that uses GraphQL JIT",
5 "peerDependencies": {
6 "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",
7 "graphql-tag": "^2.0.0",
8 "graphql-jit": "^0.6.0 || ^0.7.0",
9 "@graphql-tools/utils": "^8.8.0"
10 },
11 "dependencies": {
12 "@graphql-codegen/plugin-helpers": "2.7.2-alpha-20221101110911-a036e7a25",
13 "@graphql-codegen/visitor-plugin-common": "2.13.1-alpha-20221101110911-a036e7a25",
14 "auto-bind": "~4.0.0",
15 "tslib": "~2.4.0"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/dotansimha/graphql-code-generator.git",
20 "directory": "packages/plugins/typescript/jit-sdk"
21 },
22 "license": "MIT",
23 "main": "cjs/index.js",
24 "module": "esm/index.js",
25 "typings": "typings/index.d.ts",
26 "typescript": {
27 "definition": "typings/index.d.ts"
28 },
29 "type": "module",
30 "exports": {
31 ".": {
32 "require": {
33 "types": "./typings/index.d.cts",
34 "default": "./cjs/index.js"
35 },
36 "import": {
37 "types": "./typings/index.d.ts",
38 "default": "./esm/index.js"
39 },
40 "default": {
41 "types": "./typings/index.d.ts",
42 "default": "./esm/index.js"
43 }
44 },
45 "./package.json": "./package.json"
46 }
47}
\No newline at end of file