UNPKG

969 BJSONView Raw
1{
2 "name": "@graphql-codegen/typescript-resolvers",
3 "version": "1.17.5",
4 "description": "GraphQL Code Generator plugin for generating TypeScript types for resolvers signature",
5 "peerDependencies": {
6 "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"
7 },
8 "dependencies": {
9 "@graphql-codegen/plugin-helpers": "1.17.5",
10 "@graphql-codegen/typescript": "1.17.5",
11 "@graphql-codegen/visitor-plugin-common": "1.17.5",
12 "@graphql-tools/utils": "^6.0.0",
13 "auto-bind": "~4.0.0",
14 "tslib": "~2.0.0"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/dotansimha/graphql-code-generator.git",
19 "directory": "packages/plugins/typescript/resolvers"
20 },
21 "license": "MIT",
22 "main": "index.cjs.js",
23 "module": "index.esm.js",
24 "typings": "index.d.ts",
25 "typescript": {
26 "definition": "index.d.ts"
27 },
28 "publishConfig": {
29 "access": "public",
30 "tag": "latest"
31 }
32}