UNPKG

graphql-redis-subscriptions

Version:
72 lines (71 loc) 2.02 kB
{ "name": "graphql-redis-subscriptions", "version": "2.7.0", "description": "A graphql-subscriptions PubSub Engine using redis", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/davidyaha/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 || ^3.0.0" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1", "@types/chai": "^4.2.12", "@types/chai-as-promised": "^7.1.3", "@types/ioredis": "^5.0.0", "@types/mocha": "^9.1.1", "@types/node": "22.10.2", "@types/simple-mock": "^0.8.1", "@typescript-eslint/eslint-plugin": "^6.13.2", "@typescript-eslint/parser": "^6.13.2", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "eslint": "^8.55.0", "graphql": "^16.6.0", "graphql-subscriptions": "^3.0.0", "ioredis": "^5.3.2", "mocha": "^10.0.0", "nyc": "^17.1.0", "simple-mock": "^0.8.0", "ts-node": "^10.9.1", "typescript": "^5.7.2" }, "optionalDependencies": { "ioredis": "^5.3.2" }, "typings": "dist/index.d.ts", "typescript": { "definition": "dist/index.d.ts" } }