{
  "name": "@shirayukikitsune/graphql-kafkajs-subscriptions",
  "version": "1.0.0",
  "description": "An implementation for the Apollo PubSubEngine using the KafkaJS as backend.",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "lint": "gts lint",
    "clean": "gts clean",
    "compile": "tsc",
    "fix": "gts fix",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "posttest": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shirayukikitsune/graphql-kafkajs-subscriptions.git"
  },
  "bugs": {
    "url": "https://github.com/shirayukikitsune/graphql-kafkajs-subscriptions/issues"
  },
  "homepage": "https://github.com/shirayukikitsune/graphql-kafkajs-subscriptions",
  "keywords": [
    "graphql",
    "apollo",
    "subscription",
    "kafka",
    "kafkajs"
  ],
  "author": "Bruno Ferreira <shirayuki@kitsune.com.br>",
  "license": "BSD-2-Clause",
  "dependencies": {
    "iterall": "^1.3.0",
    "kafkajs": "^1.15.0",
    "rxjs": "^6.6.6"
  },
  "peerDependencies": {
    "graphql-subscriptions": "^1.2.1"
  },
  "optionalDependencies": {
    "bunyan": "^1.8.15"
  },
  "devDependencies": {
    "@babel/core": "^7.13.10",
    "@babel/preset-env": "^7.13.12",
    "@babel/preset-typescript": "^7.13.0",
    "@types/bunyan": "^1.8.6",
    "@types/jest": "^26.0.21",
    "@types/node": "^14.11.2",
    "babel-jest": "^26.6.3",
    "bunyan": "^1.8.15",
    "eslint": "^7.22.0",
    "graphql-subscriptions": "^1.2.1",
    "gts": "^3.1.0",
    "jest": "^26.6.3",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.3"
  }
}
