{
  "name": "@ssv/ngx.command",
  "version": "5.1.0",
  "versionSuffix": "",
  "description": "Command pattern implementation for angular. Command used to encapsulate information which is needed to perform an action.",
  "keywords": [
    "sketch7",
    "ngx",
    "angular",
    "ssv",
    "command",
    "pattern",
    "ui"
  ],
  "author": "Stephen Lautier <stephen.lautier@outlook.com>",
  "license": "MIT",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/sketch7/ssv.ngx.git"
  },
  "peerDependencies": {
    "@angular/core": ">=17.0.0",
    "@angular/forms": ">=17.0.0",
    "rxjs": ">=6.0.0"
  },
  "sideEffects": false,
  "module": "fesm2022/ssv-ngx.command.mjs",
  "typings": "types/ssv-ngx.command.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ssv-ngx.command.d.ts",
      "default": "./fesm2022/ssv-ngx.command.mjs"
    }
  },
  "dependencies": {
    "tslib": "^2.3.0"
  }
}