UNPKG

800 BJSONView Raw
1{
2 "name": "@graphql-codegen/c-sharp",
3 "version": "1.17.3",
4 "description": "GraphQL Code Generator plugin for generating CSharp code based on a GraphQL schema",
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"
8 },
9 "dependencies": {
10 "@graphql-codegen/plugin-helpers": "1.17.3",
11 "@graphql-codegen/visitor-plugin-common": "1.17.3",
12 "strip-indent": "3.0.0",
13 "tslib": "2.0.0",
14 "unixify": "1.0.0"
15 },
16 "repository": "git@github.com:dotansimha/graphql-code-generator.git",
17 "license": "MIT",
18 "main": "index.cjs.js",
19 "module": "index.esm.js",
20 "typings": "index.d.ts",
21 "typescript": {
22 "definition": "index.d.ts"
23 },
24 "publishConfig": {
25 "access": "public"
26 }
27}