UNPKG

@aeolun/graphql-redis-subscriptions

Version:
71 lines (70 loc) 2 kB
{ "name": "@aeolun/graphql-redis-subscriptions", "version": "3.0.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" }, "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-continued": "^3.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" } }