UNPKG

1.34 kBJSONView Raw
1{
2 "name": "@graphql-codegen/typescript",
3 "version": "4.0.7-alpha-20240503211425-93bd07bd7226fdcbdb39264bab16a2e67f4beb79",
4 "description": "GraphQL Code Generator plugin for generating TypeScript types",
5 "peerDependencies": {
6 "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
7 },
8 "dependencies": {
9 "@graphql-codegen/plugin-helpers": "^5.0.3",
10 "@graphql-codegen/schema-ast": "^4.0.2",
11 "@graphql-codegen/visitor-plugin-common": "5.1.1-alpha-20240503211425-93bd07bd7226fdcbdb39264bab16a2e67f4beb79",
12 "auto-bind": "~4.0.0",
13 "tslib": "~2.6.0"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/dotansimha/graphql-code-generator.git",
18 "directory": "packages/plugins/typescript/typescript"
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