@graphql-tools/url-loader
Version:
A set of utils for faster development of GraphQL tools
71 lines • 1.94 kB
JSON
{
"name": "@graphql-tools/url-loader",
"version": "8.0.16-alpha-20241204093637-eaca1fc412fd0b1da42b0122711d0d60944afa39",
"description": "A set of utils for faster development of GraphQL tools",
"sideEffects": false,
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@ardatan/sync-fetch": "^0.0.1",
"@graphql-tools/executor-graphql-ws": "^1.3.2",
"@graphql-tools/executor-http": "^1.1.9",
"@graphql-tools/executor-legacy-ws": "1.1.3-alpha-20241204093637-eaca1fc412fd0b1da42b0122711d0d60944afa39",
"@graphql-tools/utils": "^10.5.6",
"@graphql-tools/wrap": "^10.0.16",
"@types/ws": "^8.0.0",
"@whatwg-node/fetch": "^0.10.0",
"isomorphic-ws": "^5.0.0",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.11",
"ws": "^8.17.1"
},
"repository": {
"type": "git",
"url": "ardatan/graphql-tools",
"directory": "packages/loaders/url"
},
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"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"
}
},
"./*": {
"require": {
"types": "./typings/*.d.cts",
"default": "./cjs/*.js"
},
"import": {
"types": "./typings/*.d.ts",
"default": "./esm/*.js"
},
"default": {
"types": "./typings/*.d.ts",
"default": "./esm/*.js"
}
},
"./package.json": "./package.json"
}
}