UNPKG

@grafserv/persisted

Version:
61 lines 1.27 kB
{ "name": "@grafserv/persisted", "version": "1.0.0", "description": "Persisted operations support for Grafserv", "type": "commonjs", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "repository": { "type": "git", "url": "git+https://github.com/graphile/crystal.git" }, "keywords": [ "persisted", "queries", "operations", "documents", "graphql", "grafserv", "server", "grafast", "graphile", "fast", "graphite" ], "author": "Benjie Gillam <code@benjiegillam.com>", "license": "MIT", "bugs": { "url": "https://github.com/graphile/crystal/issues" }, "homepage": "https://github.com/graphile/crystal/tree/main/grafast/grafserv-persisted", "dependencies": { "@graphile/lru": "^5.0.0", "tslib": "^2.8.1" }, "engines": { "node": ">=22" }, "peerDependencies": { "grafast": "^1.0.0-rc.8", "grafserv": "^1.0.0-rc.6", "graphile-config": "^1.0.0-rc.5", "graphql": "^16.9.0" }, "peerDependenciesMeta": { "graphile-config": { "optional": true } }, "files": [ "dist" ], "publishConfig": { "access": "public" } }