UNPKG

@graphql-codegen/schema-ast

Version:

GraphQL Code Generator plugin for generating a .graphql file from a given schema

46 lines 1.42 kB
{ "name": "@graphql-codegen/schema-ast", "version": "6.0.2-alpha-20260625140734-1ad8f133387ecf5e348a737d91b1a2e22bcfab4f", "description": "GraphQL Code Generator plugin for generating a .graphql file from a given schema", "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" }, "dependencies": { "@graphql-tools/utils": "11.2.0-alpha-20260623121950-9791cce120fe931141445a7135bb46cf4212582e", "tslib": "^2.8.0", "@graphql-codegen/plugin-helpers": "^7.0.2-alpha-20260625140734-1ad8f133387ecf5e348a737d91b1a2e22bcfab4f" }, "repository": { "type": "git", "url": "https://github.com/dotansimha/graphql-code-generator.git", "directory": "packages/plugins/other/schema-ast" }, "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" } }