{
  "name": "@opentiny/genui-sdk-angular",
  "version": "0.0.1",
  "description": "A Angular component library for enhanced LLM display and interaction",
  "author": "OpenTiny Team",
  "license": "MIT",
  "homepage": "https://opentiny.design/genui-sdk",
  "keywords": [
    "angular",
    "component",
    "library",
    "llm",
    "generative-ui",
    "stream-ui"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/opentiny/genui-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/opentiny/genui-sdk/issues"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "peerDependencies": {
    "@angular/common": "^20.3.0",
    "@angular/core": "^20.3.0",
    "@angular/forms": "^20.3.0",
    "@opentiny/ng": "^1.0.3",
    "@opentiny/ng-themes": "^1.0.3",
    "lodash": "^4.17.21",
    "postcss": "^8.5.6",
    "postcss-selector-parser": "^7.1.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false
}