{
  "name": "@threadplane/chat",
  "version": "0.0.56",
  "exports": {
    "./chat.css": "./chat.css",
    "./themes/default-dark.css": "./themes/default-dark.css",
    "./themes/default-light.css": "./themes/default-light.css",
    "./themes/material-dark.css": "./themes/material-dark.css",
    "./themes/material-light.css": "./themes/material-light.css",
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/threadplane-chat.d.ts",
      "default": "./fesm2022/threadplane-chat.mjs"
    },
    "./debug": {
      "types": "./types/threadplane-chat-debug.d.ts",
      "default": "./fesm2022/threadplane-chat-debug.mjs"
    },
    "./testing": {
      "types": "./types/threadplane-chat-testing.d.ts",
      "default": "./fesm2022/threadplane-chat-testing.mjs"
    }
  },
  "dependencies": {
    "@cacheplane/partial-json": ">=0.1.1 <0.3.0",
    "@cacheplane/partial-markdown": "^0.5.5",
    "tslib": "^2.3.0",
    "@threadplane/telemetry": "*"
  },
  "peerDependencies": {
    "zod": "^3.25.0",
    "@angular/core": "^20.0.0 || ^21.0.0",
    "@angular/common": "^20.0.0 || ^21.0.0",
    "@angular/platform-browser": "^20.0.0 || ^21.0.0",
    "@angular/router": "^20.0.0 || ^21.0.0",
    "@threadplane/licensing": "*",
    "@threadplane/render": "*",
    "@threadplane/a2ui": "*",
    "@json-render/core": "^0.16.0",
    "@langchain/core": "^1.1.33",
    "rxjs": "~7.8.0",
    "marked": "^15.0.0 || ^16.0.0",
    "katex": "^0.16.0 || ^0.17.0"
  },
  "peerDependenciesMeta": {
    "katex": {
      "optional": true
    }
  },
  "license": "PolyForm-Noncommercial-1.0.0 OR LicenseRef-Threadplane-Commercial",
  "repository": {
    "type": "git",
    "url": "https://github.com/cacheplane/angular-agent-framework.git",
    "directory": "libs/chat"
  },
  "homepage": "https://github.com/cacheplane/angular-agent-framework#readme",
  "bugs": {
    "url": "https://github.com/cacheplane/angular-agent-framework/issues"
  },
  "sideEffects": [
    "**/chat-tokens.ts",
    "./fesm2022/threadplane-chat.mjs",
    "**/*.css"
  ],
  "module": "fesm2022/threadplane-chat.mjs",
  "typings": "types/threadplane-chat.d.ts",
  "scripts": {
    "postinstall": "threadplane-telemetry-postinstall || true"
  }
}
