@graphql-mesh/types
Version:
46 lines • 1.11 kB
JSON
{
"name": "@graphql-mesh/types",
"version": "0.91.15-alpha-20230417124257-a0c015fd7",
"sideEffects": false,
"peerDependencies": {
"@graphql-mesh/store": "^0.9.20",
"@graphql-tools/utils": "^9.2.1",
"graphql": "*",
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/batch-delegate": "8.4.24",
"@graphql-tools/delegate": "9.0.30",
"@graphql-typed-document-node/core": "3.2.0"
},
"repository": {
"type": "git",
"url": "Urigo/graphql-mesh",
"directory": "packages/types"
},
"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"
}
}