@graphql-codegen/core
Version:
<p align="center"> <img src="https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true" /> </p>
62 lines • 1.52 kB
JSON
{
"name": "@graphql-codegen/core",
"version": "4.0.1-rc-20240108195533-976efdfc8",
"peerDependencies": {
"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"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "5.0.2-rc-20240108195533-976efdfc8",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "^10.0.0",
"tslib": "~2.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dotansimha/graphql-code-generator.git",
"directory": "packages/graphql-codegen-core"
},
"homepage": "https://github.com/dotansimha/graphql-codegen#readme",
"keywords": [
"gql",
"generator",
"code",
"types",
"interfaces",
"graphql",
"codegen",
"apollo",
"node",
"typescript",
"ts",
"flow",
"types",
"d.ts",
"typings"
],
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"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"
}
}