UNPKG

1.04 kBJSONView Raw
1{
2 "name": "@graphql-codegen/visitor-plugin-common",
3 "version": "1.17.4",
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.4",
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.10.4",
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 "devDependencies": {
31 "@types/array.prototype.flatmap": "1.2.1",
32 "@types/parse-filepath": "1.0.0"
33 },
34 "publishConfig": {
35 "access": "public"
36 }
37}