@graphql-codegen/typescript
Version:
GraphQL Code Generator plugin for generating TypeScript types
48 lines • 1.38 kB
JSON
{
"name": "@graphql-codegen/typescript",
"version": "4.1.3-alpha-20250121144148-8fe1af30f4ceae9cddda6551bdb01d54e5bcf0a2",
"description": "GraphQL Code Generator plugin for generating TypeScript types",
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^5.1.0",
"@graphql-codegen/schema-ast": "^4.0.2",
"@graphql-codegen/visitor-plugin-common": "5.6.1-alpha-20250121144148-8fe1af30f4ceae9cddda6551bdb01d54e5bcf0a2",
"auto-bind": "~4.0.0",
"tslib": "~2.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dotansimha/graphql-code-generator.git",
"directory": "packages/plugins/typescript/typescript"
},
"license": "MIT",
"engines": {
"node": ">=16"
},
"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"
}
}