@graphql-tools/executor-common
Version:
A set of utils for faster development of GraphQL tools
50 lines • 1.22 kB
JSON
{
"name": "@graphql-tools/executor-common",
"version": "0.0.3-alpha-6320ab2b4f44b7f1eeab71d7bc1abf3031611f73",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
"url": "git+https://github.com/graphql-hive/gateway.git",
"directory": "packages/executors/graphql-ws"
},
"author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"main": "./dist/index.js",
"exports": {
".": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./package.json": "./package.json"
},
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "pkgroll --clean-dist",
"prepack": "yarn build"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@envelop/core": "^5.1.0",
"@graphql-tools/utils": "^10.8.1"
},
"devDependencies": {
"graphql": "^16.9.0",
"pkgroll": "2.10.0"
},
"sideEffects": false
}