UNPKG

grafast

Version:

Cutting edge GraphQL planning and execution engine

85 lines 1.91 kB
{ "name": "grafast", "version": "0.1.1-beta.26", "description": "Cutting edge GraphQL planning and execution engine", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "node": "./dist/index.js", "default": "./dist/index.js" }, "./envelop": { "types": "./dist/envelop.d.ts", "node": "./dist/envelop.js", "default": "./dist/envelop.js" }, "./mermaid": { "types": "./dist/mermaid.d.ts", "node": "./dist/mermaid.js", "default": "./dist/mermaid.js" }, "./graphql": { "types": "./fwd/graphql/index.d.ts", "node": "./fwd/graphql/index.js", "default": "./fwd/graphql/index.js" } }, "repository": { "type": "git", "url": "git+https://github.com/graphile/crystal.git" }, "keywords": [ "grafast", "graphile", "graphql", "performance", "fast", "engine", "graphqljs", "execute", "plan", "planning", "grafast", "dataplanner", "graphite" ], "author": "Benjie Gillam <code@benjiegillam.com>", "license": "MIT", "bugs": { "url": "https://github.com/graphile/crystal/issues" }, "homepage": "https://grafast.org", "engines": { "node": ">=14.17" }, "dependencies": { "@graphile/lru": "^5.0.0-beta.4", "chalk": "^4.1.2", "debug": "^4.4.1", "eventemitter3": "^5.0.1", "graphile-config": "^0.0.1-beta.18", "graphql": "^16.1.0-experimental-stream-defer.6", "iterall": "^1.3.0", "tamedevil": "^0.0.0-beta.9", "tslib": "^2.8.1" }, "peerDependencies": { "@envelop/core": "^5.0.0", "graphql": "^16.1.0-experimental-stream-defer.6" }, "peerDependenciesMeta": { "@envelop/core": { "optional": true } }, "files": [ "fwd", "dist", "browser" ], "publishConfig": { "access": "public" } }