UNPKG

1.43 kBJSONView Raw
1{
2 "name": "@graphql-codegen/visitor-plugin-common",
3 "version": "2.13.4-alpha-20221207042805-858684199",
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-tools/optimize": "^1.3.0",
9 "@graphql-codegen/plugin-helpers": "3.0.0-alpha-20221207042805-858684199",
10 "@graphql-tools/relay-operation-optimizer": "^6.5.0",
11 "@graphql-tools/utils": "^8.8.0",
12 "auto-bind": "~4.0.0",
13 "dependency-graph": "^0.11.0",
14 "graphql-tag": "^2.11.0",
15 "parse-filepath": "^1.0.2",
16 "change-case-all": "1.0.15",
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": "cjs/index.js",
26 "module": "esm/index.js",
27 "typings": "typings/index.d.ts",
28 "typescript": {
29 "definition": "typings/index.d.ts"
30 },
31 "type": "module",
32 "exports": {
33 ".": {
34 "require": {
35 "types": "./typings/index.d.cts",
36 "default": "./cjs/index.js"
37 },
38 "import": {
39 "types": "./typings/index.d.ts",
40 "default": "./esm/index.js"
41 },
42 "default": {
43 "types": "./typings/index.d.ts",
44 "default": "./esm/index.js"
45 }
46 },
47 "./package.json": "./package.json"
48 }
49}
\No newline at end of file