UNPKG

@envelop/graphql-jit

Version:

This plugins replaces the original `execute` of GraphQL with [`graphql-jit`](https://github.com/zalando-incubator/graphql-jit).

62 lines 1.49 kB
{ "name": "@envelop/graphql-jit", "version": "8.0.4-rc-20241120172001-3b4baaadf8fa2e2e66b175cb638fa83a6ada06ef", "sideEffects": false, "peerDependencies": { "@envelop/core": "^5.0.2", "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" }, "dependencies": { "graphql-jit": "0.8.7", "tslib": "^2.5.0", "value-or-promise": "^1.0.12" }, "repository": { "type": "git", "url": "https://github.com/n1ru4l/envelop.git", "directory": "packages/plugins/graphql-jit" }, "author": "Dotan Simha <dotansimha@gmail.com>", "license": "MIT", "engines": { "node": ">=18.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" } }, "./*": { "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" } }