This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/@graphql-tools/prisma-loader/package.json

44 lines
1.2 KiB
JSON

{
"name": "@graphql-tools/prisma-loader",
"version": "6.2.7",
"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.3.1",
"@graphql-tools/utils": "^7.0.0",
"@types/http-proxy-agent": "^2.0.2",
"@types/js-yaml": "^3.12.5",
"@types/json-stable-stringify": "^1.0.32",
"@types/jsonwebtoken": "^8.5.0",
"ajv": "^6.12.6",
"bluebird": "^3.7.2",
"chalk": "^4.1.0",
"debug": "^4.2.0",
"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": "^3.14.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.0.1",
"yaml-ast-parser": "^0.0.43"
},
"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"
}
}