UNPKG

1.33 kBJSONView Raw
1{
2 "name": "@graphql-codegen/typescript-operations",
3 "version": "3.0.0",
4 "description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments",
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 || ^16.0.0"
7 },
8 "dependencies": {
9 "@graphql-codegen/plugin-helpers": "^4.0.0",
10 "@graphql-codegen/typescript": "^3.0.0",
11 "@graphql-codegen/visitor-plugin-common": "3.0.0",
12 "auto-bind": "~4.0.0",
13 "tslib": "~2.4.0"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/dotansimha/graphql-code-generator.git",
18 "directory": "packages/plugins/typescript/operations"
19 },
20 "license": "MIT",
21 "main": "cjs/index.js",
22 "module": "esm/index.js",
23 "typings": "typings/index.d.ts",
24 "typescript": {
25 "definition": "typings/index.d.ts"
26 },
27 "type": "module",
28 "exports": {
29 ".": {
30 "require": {
31 "types": "./typings/index.d.cts",
32 "default": "./cjs/index.js"
33 },
34 "import": {
35 "types": "./typings/index.d.ts",
36 "default": "./esm/index.js"
37 },
38 "default": {
39 "types": "./typings/index.d.ts",
40 "default": "./esm/index.js"
41 }
42 },
43 "./package.json": "./package.json"
44 }
45}
\No newline at end of file