{
  "name": "@graphql-tools/prisma-loader/es5",
  "version": "6.3.0",
  "description": "A set of utils for faster development of GraphQL tools",
  "sideEffects": false,
  "peerDependencies": {
    "graphql": "^14.0.0 || ^15.0.0"
  },
  "dependencies": {
    "@graphql-tools/url-loader": "^6.8.2",
    "@graphql-tools/utils": "^7.0.0",
    "@types/http-proxy-agent": "^2.0.2",
    "@types/js-yaml": "^4.0.0",
    "@types/json-stable-stringify": "^1.0.32",
    "@types/jsonwebtoken": "^8.5.0",
    "chalk": "^4.1.0",
    "debug": "^4.3.1",
    "dotenv": "^8.2.0",
    "graphql-request": "^3.3.0",
    "http-proxy-agent": "^4.0.1",
    "https-proxy-agent": "^5.0.0",
    "isomorphic-fetch": "^3.0.0",
    "js-yaml": "^4.0.0",
    "json-stable-stringify": "^1.0.1",
    "jsonwebtoken": "^8.5.1",
    "lodash": "^4.17.20",
    "replaceall": "^0.1.6",
    "scuid": "^1.1.0",
    "tslib": "~2.1.0",
    "yaml-ast-parser": "^0.0.43"
  },
  "repository": {
    "type": "git",
    "url": "ardatan/graphql-tools",
    "directory": "packages/loaders/prisma"
  },
  "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"
  }
}
