{
  "name": "graphile-realtime-test",
  "version": "1.13.0",
  "description": "Subscription testing utilities for graphile-realtime-subscriptions — smart tag injection, grafast.subscribe() helpers, and pg_notify simulation",
  "author": "Constructive <developers@constructive.io>",
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "lint": "eslint . --fix",
    "test": "jest --passWithNoTests",
    "test:watch": "jest --watch"
  },
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "keywords": [
    "testing",
    "graphql",
    "graphile",
    "constructive",
    "subscriptions",
    "realtime",
    "notify",
    "test"
  ],
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "dependencies": {
    "graphile-realtime-subscriptions": "^1.11.0",
    "graphile-test": "^5.13.0"
  },
  "peerDependencies": {
    "grafast": "^1.1.1",
    "graphile-build": "^5.1.1",
    "graphile-build-pg": "^5.1.3",
    "graphile-config": "^1.1.0",
    "graphql": "^16.9.0",
    "graphql-ws": "^6.0.8",
    "pg": "^8.20.0",
    "postgraphile": "^5.1.3",
    "ws": "^8.20.0"
  },
  "devDependencies": {
    "@types/express": "^5.0.6",
    "@types/pg": "^8.20.4",
    "@types/ws": "^8.18.1",
    "express": "^5.2.1",
    "grafserv": "1.0.1",
    "makage": "^0.3.0",
    "pgsql-test": "^5.12.0",
    "postgraphile": "5.1.4"
  },
  "gitHead": "b5b6b9f05276b7e9cbd3d1f4acd31dd315c353ea"
}
