@graphql-codegen/core
Version:
<p align="center"> <img src="https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true" /> </p>
56 lines (55 loc) • 1.24 kB
JSON
{
"name": "@graphql-codegen/core",
"version": "2.4.0",
"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": "^2.3.2",
"@graphql-tools/schema": "^8.1.2",
"@graphql-tools/utils": "^8.1.1",
"tslib": "~2.3.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": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"exports": {
"./package.json": "./package.json",
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
}
}
}