UNPKG

757 BJSONView Raw
1{
2 "name": "@graphql-codegen/c-sharp",
3 "version": "2.0.1",
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.18.7",
11 "@graphql-codegen/visitor-plugin-common": "1.21.0",
12 "change-case-all": "1.0.14",
13 "tslib": "~2.2.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}