{
  "name": "ng-commander",
  "version": "1.0.5",
  "description": "Command pattern for Angular applications",
  "author": "Shifumi",
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": "^19.2.0",
    "@angular/core": "^19.2.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "keywords": [
    "angular",
    "command",
    "pattern",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/shifumi-org/ng-commander"
  },
  "bugs": {
    "url": "https://github.com/shifumi-org/ng-commander/issues"
  },
  "homepage": "https://github.com/shifumi-org/ng-commander#readme",
  "module": "fesm2022/ng-commander.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ng-commander.mjs"
    }
  }
}