@graphql-codegen/typed-document-node
Version:
GraphQL Code Generator plugin for generating ready-to-use TypedDocumentNode based on GraphQL operations
48 lines • 1.53 kB
JSON
{
"name": "@graphql-codegen/typed-document-node",
"version": "6.0.0-alpha-20250907134631-b0707c6e2297a865d1b98e9839a2dac41da4108f",
"description": "GraphQL Code Generator plugin for generating ready-to-use TypedDocumentNode based on GraphQL operations",
"peerDependencies": {
"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"
},
"dependencies": {
"change-case-all": "1.0.15",
"@graphql-codegen/plugin-helpers": "6.0.0-alpha-20250907134631-b0707c6e2297a865d1b98e9839a2dac41da4108f",
"@graphql-codegen/visitor-plugin-common": "6.0.0-alpha-20250907134631-b0707c6e2297a865d1b98e9839a2dac41da4108f",
"auto-bind": "~4.0.0",
"tslib": "~2.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dotansimha/graphql-code-generator.git",
"directory": "packages/plugins/typescript/typed-document-node"
},
"license": "MIT",
"engines": {
"node": ">=16"
},
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "typings/index.d.ts",
"typescript": {
"definition": "typings/index.d.ts"
},
"type": "module",
"exports": {
".": {
"require": {
"types": "./typings/index.d.cts",
"default": "./cjs/index.js"
},
"import": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
},
"default": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
}
},
"./package.json": "./package.json"
}
}