{
  "name": "@cedarjs/graphql-server",
  "version": "6.0.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cedarjs/cedar.git",
    "directory": "packages/graphql-server"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "default": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "node ./build.mts",
    "build:pack": "yarn pack -o cedarjs-graphql-server.tgz",
    "build:types": "tsc --build --verbose ./tsconfig.build.json",
    "build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx\" --ignore dist --exec \"yarn build\"",
    "check:attw": "yarn cedar-fwtools-attw",
    "check:package": "concurrently npm:check:attw yarn:publint",
    "prepublishOnly": "NODE_ENV=production yarn build",
    "test": "yarn vitest run src/",
    "test:watch": "yarn test --watch"
  },
  "dependencies": {
    "@cedarjs/api": "6.0.0",
    "@cedarjs/context": "6.0.0",
    "@envelop/core": "5.5.1",
    "@envelop/disable-introspection": "6.0.0",
    "@envelop/filter-operation-type": "6.0.0",
    "@envelop/on-resolve": "4.1.1",
    "@escape.tech/graphql-armor": "3.0.1",
    "@graphql-tools/merge": "9.2.3",
    "@graphql-tools/schema": "10.1.0",
    "@graphql-tools/utils": "10.11.0",
    "@graphql-yoga/plugin-persisted-operations": "3.21.3",
    "@opentelemetry/api": "1.9.1",
    "cookie": "1.1.1",
    "graphql": "16.14.2",
    "graphql-scalars": "1.26.0",
    "graphql-tag": "2.12.6",
    "graphql-yoga": "5.21.3",
    "lodash": "4.18.1",
    "uuid": "11.1.0"
  },
  "devDependencies": {
    "@cedarjs/framework-tools": "6.0.0",
    "@cedarjs/realtime": "6.0.0",
    "@envelop/types": "5.2.1",
    "@escape.tech/graphql-armor-types": "0.7.0",
    "@types/aws-lambda": "8.10.162",
    "@types/jsonwebtoken": "9.0.10",
    "@types/lodash": "4.17.25",
    "@whatwg-node/promise-helpers": "^1.3.0",
    "concurrently": "9.2.4",
    "fastify": "5.12.0",
    "jsonwebtoken": "9.0.3",
    "publint": "0.3.23",
    "typescript": "5.9.3",
    "vitest": "4.1.10"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
