UNPKG

@graphql-codegen/visitor-plugin-common

Version:
43 lines (42 loc) 1.14 kB
{ "name": "@graphql-codegen/visitor-plugin-common", "version": "2.8.0", "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": { "@graphql-codegen/plugin-helpers": "^2.4.0", "@graphql-tools/optimize": "^1.0.1", "@graphql-tools/relay-operation-optimizer": "^6.3.7", "@graphql-tools/utils": "^8.3.0", "auto-bind": "~4.0.0", "change-case-all": "1.0.14", "dependency-graph": "^0.11.0", "graphql-tag": "^2.11.0", "parse-filepath": "^1.0.2", "tslib": "~2.4.0" }, "repository": { "type": "git", "url": "https://github.com/dotansimha/graphql-code-generator.git", "directory": "packages/plugins/other/visitor-plugin-common" }, "license": "MIT", "main": "index.js", "module": "index.mjs", "typings": "index.d.ts", "typescript": { "definition": "index.d.ts" }, "exports": { "./package.json": "./package.json", ".": { "require": "./index.js", "import": "./index.mjs" }, "./*": { "require": "./*.js", "import": "./*.mjs" } } }