1 | {
|
2 | "name": "@graphql-codegen/plugin-helpers",
|
3 | "version": "5.0.1-alpha-20230724120411-2fc200682",
|
4 | "description": "GraphQL Code Generator common utils and types",
|
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 | },
|
8 | "dependencies": {
|
9 | "@graphql-tools/utils": "^10.0.0",
|
10 | "change-case-all": "1.0.15",
|
11 | "common-tags": "1.8.2",
|
12 | "import-from": "4.0.0",
|
13 | "lodash": "~4.17.0",
|
14 | "tslib": "~2.5.0"
|
15 | },
|
16 | "repository": {
|
17 | "type": "git",
|
18 | "url": "https://github.com/dotansimha/graphql-code-generator.git",
|
19 | "directory": "packages/utils/plugins-helpers"
|
20 | },
|
21 | "license": "MIT",
|
22 | "main": "cjs/index.js",
|
23 | "module": "esm/index.js",
|
24 | "typings": "typings/index.d.ts",
|
25 | "typescript": {
|
26 | "definition": "typings/index.d.ts"
|
27 | },
|
28 | "type": "module",
|
29 | "exports": {
|
30 | ".": {
|
31 | "require": {
|
32 | "types": "./typings/index.d.cts",
|
33 | "default": "./cjs/index.js"
|
34 | },
|
35 | "import": {
|
36 | "types": "./typings/index.d.ts",
|
37 | "default": "./esm/index.js"
|
38 | },
|
39 | "default": {
|
40 | "types": "./typings/index.d.ts",
|
41 | "default": "./esm/index.js"
|
42 | }
|
43 | },
|
44 | "./package.json": "./package.json"
|
45 | }
|
46 | } |
\ | No newline at end of file |