2026-06-11 15:04:50 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://unpkg.com/knip@5/schema.json",
|
|
|
|
|
"exclude": ["duplicates"],
|
|
|
|
|
"ignoreWorkspaces": ["vendor/*"],
|
|
|
|
|
"workspaces": {
|
|
|
|
|
".": {
|
2026-06-13 00:47:32 +08:00
|
|
|
"entry": ["examples/echo-agent/src/*.ts", "examples/coding-agent/src/*.ts"],
|
2026-06-11 15:04:50 +08:00
|
|
|
"project": ["scripts/**/*.ts", "examples/**/*.ts"]
|
|
|
|
|
},
|
|
|
|
|
"packages/*": {
|
|
|
|
|
"entry": ["tests/**/*.spec.ts"],
|
|
|
|
|
"project": ["src/**/*.ts", "tests/**/*.ts"]
|
2026-06-13 00:28:29 +08:00
|
|
|
},
|
|
|
|
|
"packages/llm-deepseek": {
|
|
|
|
|
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
|
|
|
|
|
"project": ["src/**/*.ts", "tests/**/*.ts"]
|
|
|
|
|
},
|
|
|
|
|
"packages/llm-pi-ai": {
|
|
|
|
|
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
|
|
|
|
|
"project": ["src/**/*.ts", "tests/**/*.ts"]
|
2026-06-11 15:04:50 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|