UNPKG

887 BJSONView Raw
1{
2 "name": "@graphql-codegen/visitor-plugin-common",
3 "version": "1.17.9",
4 "peerDependencies": {
5 "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"
6 },
7 "dependencies": {
8 "@graphql-codegen/plugin-helpers": "^1.17.7",
9 "@graphql-tools/relay-operation-optimizer": "6.0.15",
10 "array.prototype.flatmap": "^1.2.3",
11 "auto-bind": "~4.0.0",
12 "dependency-graph": "^0.9.0",
13 "graphql-tag": "^2.11.0",
14 "parse-filepath": "^1.0.2",
15 "pascal-case": "^3.1.1",
16 "tslib": "~2.0.0"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/dotansimha/graphql-code-generator.git",
21 "directory": "packages/plugins/other/visitor-plugin-common"
22 },
23 "license": "MIT",
24 "main": "index.cjs.js",
25 "module": "index.esm.js",
26 "typings": "index.d.ts",
27 "typescript": {
28 "definition": "index.d.ts"
29 }
30}