{
  "name": "kafka-pipeline",
  "version": "3.2.0",
  "description": "A robust, easy to use kafka consumer",
  "homepage": "https://thynson.github.com/kafka-pipeline",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "build-document": "typedoc --mode modules --ignoreCompilerErrors --excludePrivate --theme minimal --out docs lib/ && touch docs/.nojekyll",
    "postpublish": "git describe --exact-match && npm run build-document && gh-pages -t -d docs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/thynson/kafka-pipeline.git"
  },
  "author": "LAN Xingcan",
  "keywords": [
    "kafka"
  ],
  "license": "ISC",
  "peerDependencies": {
    "kafka-node": "git+https://github.com/thynson/kafka-node.git#49800b96b7d27a4f6226b138253a6fd8c1f842c7"
  },
  "devDependencies": {
    "@types/jest": "^24.0.23",
    "@types/node": "^10.17.11",
    "gh-pages": "^2.1.1",
    "jest": "^24.9.0",
    "kafka-node": "git+https://github.com/thynson/kafka-node.git#49800b96b7d27a4f6226b138253a6fd8c1f842c7",
    "ts-jest": "^24.2.0",
    "typedoc": "^0.15.5",
    "typescript": "^3.7.3"
  },
  "dependencies": {
    "bluebird": "^3.7.2"
  }
}
