UNPKG

graphql-modules

Version:

Create reusable, maintainable, testable and extendable GraphQL modules

68 lines (67 loc) 1.63 kB
{ "name": "graphql-modules", "version": "3.1.2-alpha-20260313135915-94ddd13aef9c0b1237e3c2eb708cdffb66e2330e", "description": "Create reusable, maintainable, testable and extendable GraphQL modules", "sideEffects": false, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" }, "dependencies": { "@graphql-tools/schema": "^10.0.0", "@graphql-tools/wrap": "^11.0.0", "@graphql-typed-document-node/core": "^3.1.0", "ramda": "^0.32.0" }, "keywords": [ "graphql", "graphql-modules", "server", "typescript", "the-guild" ], "author": "Kamil Kisiela", "license": "MIT", "main": "cjs/index.js", "module": "esm/index.js", "typings": "typings/index.d.ts", "typescript": { "definition": "typings/index.d.ts" }, "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" }, "imports": { "#async-context": { "node": "./async-context.node.cjs", "default": "./async-context.browser.mjs" } } }