{
  "name": "@lazyapps/command-replay",
  "version": "0.1.2",
  "description": "CLI tool to replay recorded commands for testing and recovery in LazyApps",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "bin": {
    "command-replay": "./index.js"
  },
  "keywords": [
    "event-sourcing",
    "cqrs",
    "lazyapps",
    "command-replay",
    "cli"
  ],
  "author": "Oliver Sturm",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oliversturm/lazyapps-libs.git",
    "directory": "packages/command-replay"
  },
  "bugs": {
    "url": "https://github.com/oliversturm/lazyapps-libs/issues"
  },
  "homepage": "https://github.com/oliversturm/lazyapps-libs/tree/main/packages/command-replay#readme",
  "engines": {
    "node": ">=18.20.3 || >=20.18.0"
  },
  "type": "module",
  "dependencies": {
    "commander": "^13.1.0",
    "enquirer": "^2.3.6",
    "jsonwebtoken": "^9.0.2",
    "node-fetch": "^3.3.0",
    "@lazyapps/logger": "^0.2.0"
  },
  "scripts": {}
}