UNPKG

@graphql-codegen/gql-tag-operations-preset

Version:
51 lines 1.76 kB
{ "name": "@graphql-codegen/gql-tag-operations-preset", "version": "3.0.0-alpha-20230321125704-a86f4bcb9", "description": "GraphQL Code Generator preset for gql magic.", "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": { "@babel/helper-plugin-utils": "^7.14.5", "@babel/template": "^7.15.4", "@graphql-codegen/add": "^4.0.1", "@graphql-codegen/typed-document-node": "4.0.0-alpha-20230321125704-a86f4bcb9", "@graphql-codegen/typescript": "3.0.3-alpha-20230321125704-a86f4bcb9", "@graphql-codegen/typescript-operations": "3.0.3-alpha-20230321125704-a86f4bcb9", "@graphql-codegen/gql-tag-operations": "3.0.0-alpha-20230321125704-a86f4bcb9", "@graphql-codegen/plugin-helpers": "4.2.0-alpha-20230321125704-a86f4bcb9", "@graphql-codegen/visitor-plugin-common": "3.1.0-alpha-20230321125704-a86f4bcb9", "@graphql-tools/utils": "^9.0.0", "tslib": "~2.5.0" }, "repository": { "type": "git", "url": "https://github.com/dotansimha/graphql-code-generator.git", "directory": "packages/presets/gql-tag-operations" }, "license": "MIT", "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" } }