UNPKG

789 BJSONView Raw
1{
2 "name": "@graphql-codegen/c-sharp",
3 "version": "1.19.0",
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.5",
11 "@graphql-codegen/visitor-plugin-common": "^1.20.0",
12 "change-case-all": "1.0.14",
13 "strip-indent": "^3.0.0",
14 "tslib": "~2.2.0",
15 "unixify": "^1.0.0"
16 },
17 "repository": "git@github.com:dotansimha/graphql-code-generator.git",
18 "license": "MIT",
19 "main": "index.cjs.js",
20 "module": "index.esm.js",
21 "typings": "index.d.ts",
22 "typescript": {
23 "definition": "index.d.ts"
24 }
25}