UNPKG

1.26 kBJSONView Raw
1{
2 "name": "@graphql-codegen/typescript",
3 "version": "4.1.2",
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.1.0",
10 "@graphql-codegen/schema-ast": "^4.0.2",
11 "@graphql-codegen/visitor-plugin-common": "5.6.0",
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 "engines": {
22 "node": ">=16"
23 },
24 "main": "cjs/index.js",
25 "module": "esm/index.js",
26 "typings": "typings/index.d.ts",
27 "typescript": {
28 "definition": "typings/index.d.ts"
29 },
30 "type": "module",
31 "exports": {
32 ".": {
33 "require": {
34 "types": "./typings/index.d.cts",
35 "default": "./cjs/index.js"
36 },
37 "import": {
38 "types": "./typings/index.d.ts",
39 "default": "./esm/index.js"
40 },
41 "default": {
42 "types": "./typings/index.d.ts",
43 "default": "./esm/index.js"
44 }
45 },
46 "./package.json": "./package.json"
47 }
48}
\No newline at end of file