Files
copilotkit__copilotkit/packages/angular/ng-package.json
Benjamin Taylor 7a08fa2cc0 chore(angular): add @copilotkit/web-components dependency
Adds the workspace dep (consumed by the <CopilotDrawer> wrapper) and allows it
as a non-peer dependency in ng-package.json so ng-packagr packages cleanly.
2026-06-30 17:34:37 -05:00

26 lines
514 B
JSON

{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "dist",
"lib": {
"entryFile": "src/index.ts"
},
"allowedNonPeerDependencies": [
"@ag-ui/client",
"@ag-ui/core",
"@copilotkit/a2ui-renderer",
"@copilotkit/shared",
"@copilotkit/core",
"@copilotkit/web-components",
"@jetbrains/websandbox",
"rxjs",
"zod",
"zod-to-json-schema",
"lucide-angular",
"highlight.js",
"katex",
"marked",
"clsx",
"tailwind-merge"
]
}