@graphql-codegen/c-sharp-operations
Version:
GraphQL Code Generator plugin for generating ready-to-use Angular Components based on GraphQL operations
25 lines • 894 B
JSON
{
"name": "@graphql-codegen/c-sharp-operations",
"version": "1.13.6-alpha-44c4d828.12+44c4d828",
"description": "GraphQL Code Generator plugin for generating ready-to-use Angular Components based on GraphQL operations",
"peerDependencies": {
"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",
"graphql-tag": "2.10.3"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.13.6-alpha-44c4d828.12+44c4d828",
"@graphql-codegen/visitor-plugin-common": "1.13.6-alpha-44c4d828.12+44c4d828",
"auto-bind": "4.0.0",
"camel-case": "4.1.1",
"tslib": "1.11.1"
},
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
"main": "index.cjs.js",
"module": "index.esm.js",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"sideEffects": false
}