{
  "name": "@grafserv/persisted",
  "version": "0.0.0-beta.36",
  "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"
    }
  },
  "scripts": {
    "prepack": "tsc -b",
    "test": "true"
  },
  "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-beta.4",
    "tslib": "^2.8.1"
  },
  "engines": {
    "node": ">=16.10"
  },
  "peerDependencies": {
    "grafast": "^0.1.1-beta.23",
    "grafserv": "^0.1.1-beta.26",
    "graphile-config": "^0.0.1-beta.17"
  },
  "peerDependenciesMeta": {
    "graphile-config": {
      "optional": true
    }
  },
  "devDependencies": {
    "grafast": "^0.1.1-beta.23",
    "grafserv": "^0.1.1-beta.26",
    "graphile-config": "^0.0.1-beta.17",
    "jest": "^30.0.0",
    "jest-serializer-graphql-schema": "^5.0.0-beta.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "files": [
    "dist",
    "index.js"
  ]
}