{
  "name": "@ryanoboril/graphql-redis-subscriptions",
  "version": "2.6.1-safety-fork",
  "description": "Safety Fork of graphql-redis-subscriptions until PR #599 is merged",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/ryanoboril/graphql-redis-subscriptions.git"
  },
  "keywords": [
    "graphql",
    "redis",
    "apollo",
    "subscriptions"
  ],
  "author": "David Yahalomi",
  "contributors": [
    {
      "name": "Michał Lytek",
      "url": "https://github.com/19majkel94"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/davidyaha/graphql-redis-subscriptions/issues"
  },
  "homepage": "https://github.com/davidyaha/graphql-redis-subscriptions",
  "scripts": {
    "compile": "tsc",
    "test": "npm run coverage && npm run lint",
    "lint": "eslint src --ext ts",
    "watch": "tsc -w",
    "testonly": "mocha --reporter spec src/test/tests.ts",
    "integration": "mocha --reporter spec src/test/integration-tests.ts",
    "coverage": "nyc --reporter=html --reporter=text mocha src/test/**/*.ts",
    "prepublish": "tsc",
    "prepublishOnly": "npm run test"
  },
  "peerDependencies": {
    "graphql-subscriptions": "^1.0.0 || ^2.0.0"
  },
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.1",
    "@types/chai": "^4.2.12",
    "@types/chai-as-promised": "^7.1.3",
    "@types/mocha": "^9.1.1",
    "@types/node": "16.11.7",
    "@types/simple-mock": "^0.8.1",
    "@typescript-eslint/eslint-plugin": "^5.36.0",
    "@typescript-eslint/parser": "^5.36.0",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "eslint": "^8.23.0",
    "graphql": "^15.7.2",
    "graphql-subscriptions": "^2.0.0",
    "ioredis": "^5.2.4",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "simple-mock": "^0.8.0",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.2"
  },
  "optionalDependencies": {
    "ioredis": "^5.2.4"
  },
  "typings": "dist/index.d.ts",
  "typescript": {
    "definition": "dist/index.d.ts"
  }
}
