mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
44 lines
1 KiB
JSON
44 lines
1 KiB
JSON
{
|
|
"$schema": "https://unpkg.com/knip@6/schema.json",
|
|
"workspaces": {
|
|
".": {
|
|
"entry": [
|
|
"scripts/**/*.mjs",
|
|
"scripts/**/*.cjs",
|
|
".releaserc.cjs!"
|
|
]
|
|
},
|
|
"packages/cli": {
|
|
"entry": [
|
|
"src/print-command-tree.ts!",
|
|
"src/telemetry/schema-writer.ts!",
|
|
"src/telemetry/index.ts!",
|
|
"scripts/**/*.mjs",
|
|
"test/**/*.test-utils.ts",
|
|
"test/**/acceptance-fixtures.ts",
|
|
"src/context/scan/relationship-benchmarks.ts!",
|
|
"src/context/scan/relationship-benchmark-report.ts!"
|
|
]
|
|
},
|
|
"docs-site": {
|
|
"entry": [
|
|
"components/**/*.{ts,tsx}!",
|
|
"source.config.ts!"
|
|
],
|
|
"ignoreDependencies": [
|
|
"tailwindcss"
|
|
]
|
|
}
|
|
},
|
|
"ignoreDependencies": [
|
|
"@semantic-release/commit-analyzer",
|
|
"@semantic-release/github",
|
|
"@semantic-release/npm",
|
|
"@semantic-release/release-notes-generator",
|
|
"conventional-changelog-conventionalcommits"
|
|
],
|
|
"ignoreBinaries": [
|
|
"uv",
|
|
"lsof"
|
|
]
|
|
}
|