UNPKG

1.4 kBJSONView Raw
1{
2 "name": "@graphql-codegen/typescript-document-nodes",
3 "version": "4.0.7-alpha-20240508113518-ec751db57faedceb7c47f14af7523f2615c08023",
4 "description": "GraphQL Code Generator plugin for generating TypeScript modules with embedded GraphQL document nodes",
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-codegen/plugin-helpers": "^5.0.3",
10 "@graphql-codegen/visitor-plugin-common": "5.1.1-alpha-20240508113518-ec751db57faedceb7c47f14af7523f2615c08023",
11 "auto-bind": "~4.0.0",
12 "tslib": "~2.6.0"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/dotansimha/graphql-code-generator.git",
17 "directory": "packages/plugins/typescript/document-nodes"
18 },
19 "license": "MIT",
20 "main": "cjs/index.js",
21 "module": "esm/index.js",
22 "typings": "typings/index.d.ts",
23 "typescript": {
24 "definition": "typings/index.d.ts"
25 },
26 "type": "module",
27 "exports": {
28 ".": {
29 "require": {
30 "types": "./typings/index.d.cts",
31 "default": "./cjs/index.js"
32 },
33 "import": {
34 "types": "./typings/index.d.ts",
35 "default": "./esm/index.js"
36 },
37 "default": {
38 "types": "./typings/index.d.ts",
39 "default": "./esm/index.js"
40 }
41 },
42 "./package.json": "./package.json"
43 }
44}
\No newline at end of file