{
  "name": "@prowodo/angular-client",
  "version": "3.0.0",
  "description": "Typed Angular client for ProWoDo — AI-native Scrum + MCP-friendly project management.",
  "author": "i3idea <hello@prowodo.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/i3idea/prowodo-api-clients.git",
    "directory": "packages/angular"
  },
  "keywords": [
    "prowodo",
    "scrum",
    "mcp",
    "anthropic",
    "claude",
    "project-management",
    "angular",
    "openapi",
    "typescript"
  ],
  "license": "MIT",
  "peerDependencies": {
    "@angular/core": "^20.0.0",
    "@angular/common": "^20.0.0",
    "rxjs": "^7.4.0"
  },
  "homepage": "https://prowodo.com",
  "publishConfig": {
    "access": "public"
  },
  "module": "fesm2022/prowodo-angular-client.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/prowodo-angular-client.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}