{
  "name": "@nestjs-cqrs-eventsourcing/core",
  "version": "1.3.4",
  "description": "Event sourcing for nestjs CQRS",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "build": "tsc",
    "clean": "tsc -b --clean",
    "develop": "tsc --watch",
    "prepublish": "yarn clean && yarn build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "event",
    "sourcing",
    "nestjs",
    "nest",
    "cqrs",
    "postgresql"
  ],
  "author": "Alex Gorbatenko",
  "license": "ISC",
  "dependencies": {
    "@nestjs/common": "^10.3.10",
    "@nestjs/config": "^3.2.3",
    "@nestjs/core": "^10.3.10",
    "@nestjs/cqrs": "^10.2.7",
    "cache-manager": "^5.7.2",
    "cache-manager-redis-yet": "^5.1.3",
    "debug": "^4.3.5",
    "deep-object-diff": "^1.1.9",
    "lodash": "^4.17.21",
    "nestjs-request-context": "^3.0.0",
    "process": "^0.11.10",
    "redis": "^4.6.15",
    "redis-lock": "^1.0.0",
    "rxjs": "^7.8.1",
    "tolerance": "^1.0.0",
    "url": "^0.11.3",
    "uuid": "^10.0.0"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/events": "^3.0.3",
    "@types/lodash": "^4.17.6",
    "@types/node": "^20.14.10",
    "@types/uuid": "^10.0.0"
  }
}
