{
  "name": "@agentskit/angular",
  "version": "0.5.3",
  "description": "Angular signals service + headless chat components for AgentsKit — streaming, tools, and memory across any LLM provider.",
  "keywords": [
    "agentskit",
    "ai",
    "agents",
    "llm",
    "chat",
    "typescript",
    "angular",
    "signals",
    "headless",
    "openai",
    "anthropic",
    "claude",
    "gemini",
    "chatgpt",
    "ai-agents",
    "chat-ui",
    "streaming",
    "ui"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/fesm2022/agentskit-angular.mjs",
  "module": "./dist/fesm2022/agentskit-angular.mjs",
  "types": "./dist/types/agentskit-angular.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/agentskit-angular.d.ts",
      "import": "./dist/fesm2022/agentskit-angular.mjs",
      "default": "./dist/fesm2022/agentskit-angular.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "tslib": "^2.8.1",
    "@agentskit/core": "1.12.8"
  },
  "peerDependencies": {
    "@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
    "rxjs": "^7.0.0"
  },
  "devDependencies": {
    "@angular/common": "^21.2.19",
    "@angular/compiler": "^21.2.19",
    "@angular/compiler-cli": "^21.2.19",
    "@angular/core": "^21.2.19",
    "@angular/platform-browser": "^21.2.19",
    "@angular/platform-browser-dynamic": "^21.2.19",
    "@types/node": "^25.9.5",
    "happy-dom": "^20.10.6",
    "ng-packagr": "^21.2.4",
    "rxjs": "^7.8.2",
    "tsup": "^8.5.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.10",
    "zone.js": "^0.16.2"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "agentskit": {
    "stability": "beta",
    "stabilityNote": "AgentskitChat service (ChatReturn contract) + full headless component parity with @agentskit/react (standalone, partial-Ivy AOT/APF)."
  },
  "license": "MIT",
  "homepage": "https://www.agentskit.io/docs/reference/packages/angular",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AgentsKit-io/agentskit.git",
    "directory": "packages/angular"
  },
  "bugs": {
    "url": "https://github.com/AgentsKit-io/agentskit/issues"
  },
  "author": "AgentsKit Contributors",
  "scripts": {
    "build": "ng-packagr -p ng-package.json -c tsconfig.lib.json",
    "test": "pnpm build && vitest run",
    "test:coverage": "pnpm build && vitest run --coverage",
    "lint": "tsc --noEmit",
    "dev": "tsup --watch"
  }
}