mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
22 lines
400 B
JSON
22 lines
400 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",
|
|
"@copilotkitnext/shared",
|
|
"@copilotkitnext/core",
|
|
"rxjs",
|
|
"zod",
|
|
"lucide-angular",
|
|
"highlight.js",
|
|
"katex",
|
|
"marked",
|
|
"clsx",
|
|
"tailwind-merge"
|
|
]
|
|
}
|