@graphql-codegen/typescript-rtk-query
Version:
GraphQL Code Generator plugin for injecting graphql endpoints into a preconfigured RTK Query api
56 lines • 1.57 kB
JSON
{
"name": "@graphql-codegen/typescript-rtk-query",
"version": "3.1.2",
"description": "GraphQL Code Generator plugin for injecting graphql endpoints into a preconfigured RTK Query api",
"peerDependenciesMeta": {
"graphql-request": {
"optional": true
}
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.6.0 || ^2.0.0",
"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 || ^16.0.0",
"graphql-request": "^3.4.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"graphql-tag": "^2.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.15",
"tslib": "^2.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/dotansimha/graphql-code-generator-community.git",
"directory": "packages/plugins/typescript/rtk-query"
},
"license": "MIT",
"engines": {
"node": ">= 16.0.0"
},
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "typings/index.d.ts",
"typescript": {
"definition": "typings/index.d.ts"
},
"type": "module",
"exports": {
".": {
"require": {
"types": "./typings/index.d.cts",
"default": "./cjs/index.js"
},
"import": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
},
"default": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
}
},
"./package.json": "./package.json"
}
}