{
  "name": "@groundmuffin/graphql-rabbitmq-subscriptions",
  "version": "1.2.5",
  "description": "A graphql-subscriptions PubSub Engine using RabbitMQ",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/cdmbase/graphql-rabbitmq-subscriptions.git"
  },
  "keywords": [
    "graphql",
    "rabbitmq",
    "apollo",
    "subscriptions"
  ],
  "author": "CDMBase",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cdmbase/graphql-rabbitmq-subscriptions/issues"
  },
  "homepage": "https://github.com/cdmbase/graphql-rabbitmq-subscriptions",
  "scripts": {
    "compile": "tsc",
    "pretest": "npm run compile",
    "test": "npm run integration",
    "posttest": "npm run lint",
    "lint": "tslint ./src/**/*.ts",
    "watch": "tsc -w",
    "integration": "npm run compile && mocha --compilers js:babel-core/register --reporter  spec --full-trace  ./dist/test/integration-tests.js ",
    "custom": "npm run compile && mocha --compilers js:babel-core/register --reporter  spec --full-trace  ./dist/test/custom-tests.js ",
    "prepublish": "npm run integration"
  },
  "jest": {
    "testEnvironment": "node",
    "roots": [
      "src"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "transform": {
      "\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "/__tests__/.*test*\\.(ts|tsx|js)$"
  },
  "dependencies": {
    "@groundmuffin/rabbitmq-pub-sub": "^0.2.24",
    "@types/bunyan": "^1.8.4",
    "async": "^2.5.0",
    "graphql-subscriptions": "^0.4.4"
  },
  "devDependencies": {
    "@cdm-logger/server": "^3.0.2",
    "@types/amqplib": "^0.5.7",
    "@types/bluebird": "^3.5.20",
    "@types/chai": "^3.4.34",
    "@types/chai-as-promised": "0.0.29",
    "@types/mocha": "^2.2.48",
    "@types/node": "7.0.5",
    "@types/promises-a-plus": "^0.0.27",
    "@types/simple-mock": "0.0.27",
    "@types/sinon": "^1.16.34",
    "@types/when": "^2.4.28",
    "babel": "^6.3.26",
    "babel-core": "^6.6.0",
    "babel-eslint": "^7.1.1",
    "babel-plugin-add-module-exports": "^0.2.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.2",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "bluebird": "^3.4.7",
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "graphql": "^0.10.5",
    "istanbul": "1.0.0-alpha.2",
    "mocha": "^3.0.0",
    "remap-istanbul": "^0.8.4",
    "simple-mock": "^0.7.0",
    "tslint": "^4.4.2",
    "typescript": "^2.7.2"
  },
  "typings": "dist/index.d.ts",
  "typescript": {
    "definition": "dist/index.d.ts"
  }
}
