UNPKG

@graphql-mesh/serve-cli

Version:
79 lines 2.24 kB
{ "name": "@graphql-mesh/serve-cli", "version": "1.4.0", "sideEffects": false, "peerDependenciesMeta": { "@parcel/watcher": { "optional": true } }, "peerDependencies": { "@parcel/watcher": "^2.1.0", "graphql": "*" }, "dependencies": { "@commander-js/extra-typings": "^12.1.0", "@graphql-mesh/cache-cfw-kv": "^0.102.10", "@graphql-mesh/cache-localforage": "^0.102.10", "@graphql-mesh/cache-redis": "^0.102.10", "@graphql-mesh/cross-helpers": "^0.4.7", "@graphql-mesh/hmac-upstream-signature": "^1.2.4", "@graphql-mesh/include": "^0.2.2", "@graphql-mesh/plugin-deduplicate-request": "^0.102.10", "@graphql-mesh/plugin-http-cache": "^0.102.10", "@graphql-mesh/plugin-jit": "^0.0.4", "@graphql-mesh/plugin-jwt-auth": "^1.2.4", "@graphql-mesh/plugin-mock": "^0.102.11", "@graphql-mesh/plugin-opentelemetry": "^1.3.4", "@graphql-mesh/plugin-prometheus": "^1.2.4", "@graphql-mesh/plugin-rate-limit": "^0.102.10", "@graphql-mesh/plugin-snapshot": "^0.102.10", "@graphql-mesh/serve-runtime": "^1.2.4", "@graphql-mesh/transport-http-callback": "^0.5.2", "@graphql-mesh/transport-ws": "^0.4.0", "@graphql-mesh/types": "^0.102.10", "@graphql-mesh/utils": "^0.102.10", "@graphql-tools/utils": "^10.5.5", "commander": "^12.0.0", "dotenv": "^16.3.1", "graphql-ws": "^5.16.0", "parse-duration": "^1.1.0", "ws": "^8.18.0" }, "repository": { "type": "git", "url": "ardatan/graphql-mesh", "directory": "packages/serve-cli" }, "license": "MIT", "engines": { "node": ">=16.0.0" }, "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" } }, "./package.json": "./package.json" }, "bin": { "mesh-serve": "esm/bin.js" } }