{
  "name": "@groundmuffin/rabbitmq-pub-sub",
  "version": "0.2.24",
  "description": "RabbitMq Producer and Consumer",
  "main": "./dist/main.js",
  "scripts": {
    "build": "webpack",
    "build:watch": "webpack --watch",
    "pretest": "npm run build",
    "jest": "./node_modules/.bin/jest",
    "test": "jest",
    "test:watch": "npm test -- --watch",
    "test:notify": "npm run test:watch -- --notify",
    "coverage": "npm test -- --coverage",
    "coverage:notify": "npm run coverage -- --watch --notify",
    "start": "npm run build && node dist/main.js",
    "start:watch": "concurrently \"npm run build:watch\" \"node-dev dist/main.js\"",
    "preupver": "npm test",
    "upver": "standard-version"
  },
  "keywords": [
    "typescript",
    "rabbitmq"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@types/amqplib": "^0.5.7",
    "@types/bunyan": "0.0.35",
    "amqplib": "^0.5.1",
    "dtrace-provider": "^0.8.6"
  },
  "devDependencies": {
    "@types/bluebird": "^3.5.20",
    "@types/es6-shim": "^0.31.36",
    "@types/jest": "^18.1.1",
    "@types/node": "^7.0.56",
    "@types/promises-a-plus": "0.0.27",
    "@types/sinon": "^1.16.34",
    "@types/superagent": "^2.0.36",
    "@types/supertest": "^2.0.4",
    "@types/when": "^2.4.28",
    "awesome-typescript-loader": "^3.5.0",
    "bluebird": "^3.5.1",
    "bunyan": "^1.8.5",
    "cdm-logger": "^0.3.2",
    "jest": "^18.1.0",
    "jest-cli": "^18.1.0",
    "sinon": "^1.17.7",
    "ts-jest": "^18.0.2",
    "tslint": "^4.4.2",
    "tslint-loader": "^3.6.0",
    "typescript": "^2.7.2",
    "webpack": "^2.2.1",
    "webpack-node-externals": "^1.5.4"
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testResultsProcessor": "<rootDir>/node_modules/ts-jest/coverageprocessor.js",
    "testEnvironment": "node",
    "testRegex": ".*\\.spec\\.ts$",
    "moduleFileExtensions": [
      "ts",
      "js",
      "json"
    ]
  },
  "homepage": "https://github.com/groundmuffin/rabbitmq-pubsub",
  "repository": {
    "type": "git",
    "url": "https://github.com/groundmuffin/rabbitmq-pubsub.git"
  }
}
