This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/@graphql-codegen/plugin-helpers/package.json

28 lines
751 B
JSON

{
"name": "@graphql-codegen/plugin-helpers",
"version": "1.18.3",
"description": "GraphQL Code Generator common utils and types",
"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"
},
"dependencies": {
"@graphql-tools/utils": "^7.0.0",
"common-tags": "1.8.0",
"import-from": "3.0.0",
"lodash": "~4.17.20",
"tslib": "~2.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dotansimha/graphql-code-generator.git",
"directory": "packages/utils/plugins-helpers"
},
"license": "MIT",
"main": "index.cjs.js",
"module": "index.esm.js",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
}
}