UNPKG

930 BJSONView Raw
1{
2 "name": "@graphql-codegen/visitor-plugin-common",
3 "version": "1.19.0",
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.18.3",
9 "@graphql-tools/optimize": "^1.0.1",
10 "@graphql-tools/relay-operation-optimizer": "^6",
11 "array.prototype.flatmap": "^1.2.4",
12 "auto-bind": "~4.0.0",
13 "change-case-all": "^1.0.12",
14 "dependency-graph": "^0.11.0",
15 "graphql-tag": "^2.11.0",
16 "parse-filepath": "^1.0.2",
17 "tslib": "~2.1.0"
18 },
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/dotansimha/graphql-code-generator.git",
22 "directory": "packages/plugins/other/visitor-plugin-common"
23 },
24 "license": "MIT",
25 "main": "index.cjs.js",
26 "module": "index.esm.js",
27 "typings": "index.d.ts",
28 "typescript": {
29 "definition": "index.d.ts"
30 }
31}