UNPKG

grafast

Version:

Cutting edge GraphQL planning and execution engine

84 lines 1.81 kB
{ "name": "grafast", "version": "1.0.0-rc.1", "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-rc.1", "chalk": "^4.1.2", "debug": "^4.4.1", "eventemitter3": "^5.0.1", "graphile-config": "^1.0.0-rc.1", "graphql": "^16.9.0", "iterall": "^1.3.0", "tslib": "^2.8.1" }, "peerDependencies": { "@envelop/core": "^5.0.0", "graphql": "^16.9.0" }, "peerDependenciesMeta": { "@envelop/core": { "optional": true } }, "files": [ "fwd", "dist", "browser" ], "publishConfig": { "access": "public" } }