forked from yc-software/qm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
48 lines (48 loc) · 1.49 KB
/
Copy pathknip.json
File metadata and controls
48 lines (48 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"treatConfigHintsAsErrors": true,
"ignoreBinaries": ["flyctl", "tail", "cloudflared"],
"ignoreDependencies": ["@openai/codex", "opencode-ai"],
"ignoreIssues": {
"scripts/migrate-principals-to-email.d.mts": ["files"],
"plugins/chassis/src/source-auth-sign.ts": ["exports"],
"src/slack/lib.ts": ["exports", "types"]
},
"workspaces": {
".": {
"entry": [
"src/sandbox/local-sandbox.ts",
"scripts/aws-deploy-smoke.ts",
"scripts/aws-litestream-smoke.ts",
"scripts/backfill-session-tape.ts",
"scripts/dev/cli.ts",
"scripts/dev/supervisor/main.ts",
"scripts/dev/test-helpers/fake-child.mjs",
"scripts/dev/twin-instance.ts",
"scripts/dev/twin-pump.ts",
"scripts/migrate-principals-to-email.mjs",
"scripts/mine-slack-scenarios.ts",
"scripts/skills-materialize-smoke.ts",
"scripts/slack-user-token.ts"
]
},
"cli": { "entry": ["bin/qm.ts"] },
"plugins/*": {},
"plugins/web-ui": {
"entry": ["src/lazy-katex.ts", "src/lazy-hljs.ts", "src/hljs-lang-stub.ts", "test/**/*.test.ts"],
"ignoreDependencies": [
"katex-real",
"hljs-real",
"hljs-real-javascript",
"hljs-real-typescript",
"hljs-real-python",
"hljs-real-xml",
"hljs-real-css",
"hljs-real-json",
"hljs-real-bash",
"hljs-real-sql",
"hljs-real-markdown"
]
}
}
}