UNPKG

1.92 kBJSONView Raw
1{
2 "name": "@rxdi/graphql-rabbitmq-subscriptions",
3 "version": "0.7.54",
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 "posttest": "npm run lint",
24 "lint": "tslint ./src/**/*.ts"
25 },
26 "jest": {
27 "testEnvironment": "node",
28 "roots": [
29 "src"
30 ],
31 "moduleFileExtensions": [
32 "ts",
33 "tsx",
34 "js"
35 ],
36 "transform": {
37 "\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
38 },
39 "testRegex": "/__tests__/.*test*\\.(ts|tsx|js)$"
40 },
41 "dependencies": {
42 "@types/bunyan": "^1.8.0",
43 "async": "^2.5.0",
44 "graphql-subscriptions": "^1.1.0",
45 "rabbitmq-pub-sub": "^0.2.5"
46 },
47 "devDependencies": {
48 "@types/amqplib": "^0.5.1",
49 "@types/bluebird": "^3.0.37",
50 "@types/chai": "^3.4.34",
51 "@types/chai-as-promised": "0.0.29",
52 "@types/mocha": "^2.2.39",
53 "@types/node": "^12.0.10",
54 "@types/promises-a-plus": "^0.0.27",
55 "@types/simple-mock": "0.0.27",
56 "@types/sinon": "^1.16.34",
57 "@types/when": "^2.4.28",
58 "bluebird": "^3.4.7",
59 "@cdm-logger/server": "^3.0.2",
60 "chai": "^3.5.0",
61 "chai-as-promised": "^6.0.0",
62 "graphql": "^14.5.8",
63 "istanbul": "1.0.0-alpha.2",
64 "mocha": "^3.0.0",
65 "remap-istanbul": "^0.8.4",
66 "simple-mock": "^0.7.0",
67 "tslint": "^5.20.1",
68 "typescript": "^3.5.3"
69 },
70 "typings": "dist/index.d.ts",
71 "typescript": {
72 "definition": "dist/index.d.ts"
73 }
74}