UNPKG

@graphql-tools/prisma-loader

Version:

A set of utils for faster development of GraphQL tools

74 lines 1.96 kB
{ "name": "@graphql-tools/prisma-loader", "version": "7.2.68-alpha-20230407140332-1a85b75e", "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": { "@whatwg-node/fetch": "^0.8.2", "@graphql-tools/url-loader": "7.17.16-alpha-20230407140332-1a85b75e", "@graphql-tools/utils": "9.2.1", "@types/js-yaml": "^4.0.0", "@types/json-stable-stringify": "^1.0.32", "chalk": "^4.1.0", "debug": "^4.3.1", "dotenv": "^16.0.0", "graphql-request": "^5.0.0", "http-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.0", "jose": "^4.11.4", "js-yaml": "^4.0.0", "json-stable-stringify": "^1.0.1", "lodash": "^4.17.20", "scuid": "^1.1.0", "tslib": "^2.4.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": "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" } }