UNPKG

@tailcallhq/tailcall

Version:

A high-performance GraphQL proxy, optimized for cloud-native environments, covering edge, middle, and service layers.

49 lines 1.39 kB
{ "description": "A high-performance GraphQL proxy, optimized for cloud-native environments, covering edge, middle, and service layers.", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/tailcallhq/tailcall" }, "homepage": "https://tailcall.run/", "keywords": [ "graphql", "proxy", "api-gateway", "rust", "http", "grpc", "bff", "backend-for-frontend", "microservices", "high-performance", "edge" ], "name": "@tailcallhq/tailcall", "type": "module", "version": "v1.6.11", "optionalDependencies": { "@tailcallhq/core-linux-x64-gnu": "v1.6.11", "@tailcallhq/core-linux-x64-musl": "v1.6.11", "@tailcallhq/core-linux-arm64-gnu": "v1.6.11", "@tailcallhq/core-linux-arm64-musl": "v1.6.11", "@tailcallhq/core-linux-ia32-gnu": "v1.6.11", "@tailcallhq/core-darwin-arm64": "v1.6.11", "@tailcallhq/core-darwin-x64": "v1.6.11", "@tailcallhq/core-win32-x64-msvc": "v1.6.11", "@tailcallhq/core-win32-arm64-msvc": "v1.6.11", "@tailcallhq/core-win32-ia32-msvc": "v1.6.11" }, "scarfSettings": { "defaultOptIn": true, "allowTopLevel": true }, "dependencies": { "detect-libc": "^2.0.2", "@scarf/scarf": "^1.3.0" }, "scripts": { "postinstall": "node ./scripts/post-install.js", "preinstall": "node ./scripts/pre-install.js" } }