UNPKG

1.41 kBJSONView Raw
1{
2 "name": "@graphql-codegen/c-sharp-operations",
3 "version": "2.3.1-alpha-20220805095358-8b7e687d1",
4 "description": "GraphQL Code Generator plugin for generating CSharp code based on GraphQL operations",
5 "sideEffects": false,
6 "peerDependencies": {
7 "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",
8 "graphql-tag": "2.12.6"
9 },
10 "dependencies": {
11 "@graphql-codegen/plugin-helpers": "2.6.2-alpha-20220805095358-8b7e687d1",
12 "@graphql-codegen/visitor-plugin-common": "2.12.1-alpha-20220805095358-8b7e687d1",
13 "@graphql-codegen/c-sharp-common": "0.1.1-alpha-20220805095358-8b7e687d1",
14 "auto-bind": "~4.0.0",
15 "change-case-all": "1.0.14",
16 "tslib": "~2.4.0"
17 },
18 "repository": "git@github.com:dotansimha/graphql-code-generator.git",
19 "license": "MIT",
20 "main": "cjs/index.js",
21 "module": "esm/index.js",
22 "typings": "typings/index.d.ts",
23 "typescript": {
24 "definition": "typings/index.d.ts"
25 },
26 "type": "module",
27 "exports": {
28 ".": {
29 "require": {
30 "types": "./typings/index.d.cts",
31 "default": "./cjs/index.js"
32 },
33 "import": {
34 "types": "./typings/index.d.ts",
35 "default": "./esm/index.js"
36 },
37 "default": {
38 "types": "./typings/index.d.ts",
39 "default": "./esm/index.js"
40 }
41 },
42 "./package.json": "./package.json"
43 }
44}
\No newline at end of file