UNPKG

1.14 kBJSONView Raw
1{
2 "name": "@graphql-codegen/visitor-plugin-common",
3 "version": "2.8.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 || ^16.0.0"
6 },
7 "dependencies": {
8 "@graphql-codegen/plugin-helpers": "^2.4.0",
9 "@graphql-tools/optimize": "^1.0.1",
10 "@graphql-tools/relay-operation-optimizer": "^6.3.7",
11 "@graphql-tools/utils": "^8.3.0",
12 "auto-bind": "~4.0.0",
13 "change-case-all": "1.0.14",
14 "dependency-graph": "^0.11.0",
15 "graphql-tag": "^2.11.0",
16 "parse-filepath": "^1.0.2",
17 "tslib": "~2.4.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.js",
26 "module": "index.mjs",
27 "typings": "index.d.ts",
28 "typescript": {
29 "definition": "index.d.ts"
30 },
31 "exports": {
32 "./package.json": "./package.json",
33 ".": {
34 "require": "./index.js",
35 "import": "./index.mjs"
36 },
37 "./*": {
38 "require": "./*.js",
39 "import": "./*.mjs"
40 }
41 }
42}