UNPKG

1.2 kBJSONView Raw
1{
2 "name": "@rxdi/graphql-rabbitmq-subscriptions",
3 "version": "0.7.80",
4 "description": "A graphql-subscriptions PubSub Engine using RabbitMQ",
5 "main": "dist/index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/rxdi/graphql-rabbitmq-subscriptions.git"
9 },
10 "keywords": [
11 "graphql",
12 "rabbitmq",
13 "apollo",
14 "subscriptions"
15 ],
16 "license": "MIT",
17 "bugs": {
18 "url": "https://github.com/rxdi/graphql-rabbitmq-subscriptions/issues"
19 },
20 "homepage": "https://github.com/rxdi/graphql-rabbitmq-subscriptions",
21 "scripts": {
22 "test": "echo Test rabbitmq subscriptions",
23 "build": "tsc || true",
24 "lint": "tslint ./src/**/*.ts"
25 },
26 "dependencies": {
27 "@types/bunyan": "^1.8.0",
28 "async": "^2.5.0",
29 "graphql-subscriptions": "^1.1.0",
30 "rabbitmq-pub-sub": "^0.2.5"
31 },
32 "devDependencies": {
33 "@types/amqplib": "^0.5.1",
34 "@types/bluebird": "^3.0.37",
35 "@types/node": "^12.0.10",
36 "bluebird": "^3.4.7",
37 "@cdm-logger/server": "^3.0.2",
38 "graphql": "^14.5.8",
39 "tslint": "^5.20.1",
40 "typescript": "^3.9.3"
41 },
42 "typings": "dist/index.d.ts",
43 "typescript": {
44 "definition": "dist/index.d.ts"
45 }
46}