{
  "name": "@ddes/event-streaming",
  "version": "4.1.0",
  "engines": {
    "node": ">=8.10"
  },
  "description": "WebSocket event streaming for DDES - the framework for distributed Event Sourcing & CQRS",
  "author": "Trym Skaar <trym.skaar@gmail.com>",
  "license": "MIT",
  "files": [
    "dist",
    "index.js",
    "package.json",
    "README.md"
  ],
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "repository": "skalar/ddes",
  "homepage": "https://ddes.io",
  "keywords": [
    "distributed",
    "websockets",
    "streaming",
    "event sourcing",
    "event store",
    "cqrs"
  ],
  "dependencies": {
    "@ddes/core": "^4.1.0",
    "debug": "^4.1.1",
    "lodash": "^4.17.15",
    "ws": "^7.2.1"
  },
  "devDependencies": {
    "@types/debug": "^4.1.5",
    "@types/ws": "^7.2.1",
    "typescript": "^4.0.2"
  },
  "scripts": {
    "lint": "eslint lib",
    "build": "tsc -p tsconfig.json",
    "clean": "rm -fr dist"
  }
}
