{
  "name": "@graphql-tools/url-loader",
  "version": "6.0.16",
  "description": "A set of utils for faster development of GraphQL tools",
  "sideEffects": false,
  "peerDependencies": {
    "graphql": "^14.0.0 || ^15.0.0"
  },
  "dependencies": {
    "@graphql-tools/delegate": "6.0.16",
    "@graphql-tools/wrap": "6.0.16",
    "@graphql-tools/utils": "6.0.16",
    "@types/websocket": "1.0.1",
    "cross-fetch": "3.0.5",
    "tslib": "~2.0.0",
    "valid-url": "1.0.9",
    "subscriptions-transport-ws": "0.9.17",
    "websocket": "1.0.31"
  },
  "repository": "git@github.com:ardatan/graphql-tools.git",
  "author": "Dotan Simha <dotansimha@gmail.com>",
  "license": "MIT",
  "main": "index.cjs.js",
  "module": "index.esm.js",
  "typings": "index.d.ts",
  "typescript": {
    "definition": "index.d.ts"
  },
  "devDependencies": {
    "@types/express": "4.17.7",
    "@types/supertest": "2.0.10",
    "apollo-server-express": "2.16.1",
    "express": "4.17.1",
    "supertest": "4.0.2"
  },
  "publishConfig": {
    "access": "public"
  }
}