@graphql-codegen/typescript-operations
Version:
GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments
54 lines • 1.62 kB
JSON
{
"name": "@graphql-codegen/typescript-operations",
"version": "6.1.1-alpha-20260714143946-fab112cc1364eed9ddf4bac70bb5639b89335f24",
"description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments",
"peerDependenciesMeta": {
"graphql-sock": {
"optional": true
}
},
"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 || ^17.0.0",
"graphql-sock": "^1.0.0"
},
"dependencies": {
"auto-bind": "^5.0.0",
"tslib": "^2.8.0",
"@graphql-codegen/plugin-helpers": "^7.1.0",
"@graphql-codegen/visitor-plugin-common": "^7.2.1-alpha-20260714143946-fab112cc1364eed9ddf4bac70bb5639b89335f24",
"@graphql-codegen/schema-ast": "^6.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dotansimha/graphql-code-generator.git",
"directory": "packages/plugins/typescript/operations"
},
"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"
}
}