{
  "name": "@cedarjs/realtime",
  "version": "6.0.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cedarjs/cedar.git",
    "directory": "packages/realtime"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "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-realtime.tgz",
    "build:types": "tsc --build --verbose ./tsconfig.build.json",
    "build:watch": "nodemon --watch src --ext \"js,ts,tsx\" --ignore dist --exec \"yarn build\"",
    "prepublishOnly": "NODE_ENV=production yarn build",
    "test": "vitest run",
    "test:watch": "vitest watch"
  },
  "dependencies": {
    "@envelop/live-query": "7.0.0",
    "@graphql-tools/schema": "10.1.0",
    "@graphql-tools/utils": "10.11.0",
    "@graphql-yoga/plugin-defer-stream": "3.21.3",
    "@graphql-yoga/plugin-graphql-sse": "3.21.3",
    "@graphql-yoga/redis-event-target": "3.0.3",
    "@graphql-yoga/subscription": "5.0.5",
    "@n1ru4l/graphql-live-query": "0.10.0",
    "@n1ru4l/in-memory-live-query-store": "0.10.0",
    "graphql": "16.14.2"
  },
  "devDependencies": {
    "@cedarjs/framework-tools": "6.0.0",
    "@envelop/core": "5.5.1",
    "@envelop/testing": "7.0.0",
    "@envelop/types": "5.2.1",
    "graphql-yoga": "5.21.3",
    "ioredis": "5.11.1",
    "nodemon": "3.1.14",
    "typescript": "5.9.3",
    "vitest": "4.1.10"
  },
  "peerDependencies": {
    "ioredis": "^5.3.2"
  },
  "peerDependenciesMeta": {
    "ioredis": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
