UNPKG

@graphql-tools/prisma-loader

Version:

A set of utils for faster development of GraphQL tools

75 lines 2.03 kB
{ "name": "@graphql-tools/prisma-loader", "version": "7.2.37-alpha-20221114133606-dae9ff99", "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": { "@graphql-tools/url-loader": "7.16.17-alpha-20221114133606-dae9ff99", "@graphql-tools/utils": "9.1.2-alpha-20221114133606-dae9ff99", "@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": "^16.0.0", "graphql-request": "^5.0.0", "http-proxy-agent": "^5.0.0", "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", "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" } }